#951BED

Color #951BED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #951BED

Tints of Blue Violet #951BED

Color information

#951BED (or 0x951BED) is unknown color: approx Blue Violet. HEX triplet: 95, 1B and ED. RGB value is (149,27,237). Sum of RGB (Red+Green+Blue) = 149+27+237=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #951BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BED is #6AE412. Grayscale: #565656. Windows color (decimal): -7005203 or 15539093. OLE color: 15539093.

HSL color Cylindrical-coordinate representation of color #951BED: hue angle of 274.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951BED is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14927237-
CMYK0.370.8900.07
HSL274.86º85.37%51.76%-
HSV(B)274.86º88.61%92.94%-
XYZ28.0713.2981.21-
YUV87.42212.42171.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 27 (10.94% from 255) = 6.54%
BLUE value IS 237 (92.97% from 255) = 57.38%
R=36.08%
G=6.54%
B=57.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149272370.370.8900.07274.8685.3751.76
Hex951BED2559071135534
Octal22533355451310742312564
Binary100101011101111101101100101101100101111000100111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951BED; }

 p { color: rgb(149,27,237); }

 H1.HeaderClassName
 {
   color: #951BED;
 }
 .AnyTagClassName
 {
   color: #951BED;
 }
</style>
background-color css

<style>
 a { background-color: #951BED; }

 a { background-color: rgb(149,27,237); }

 div.DivClassName
 {
   background-color: #951BED;
 }
 .BgClassName
 {
   background-color: #951BED;
 }
</style>
border-color css

<style>
 span { border-color: #951BED; }

 span { border-color: rgb(149,27,237); }

 td.TdClassName
 {
   border-color: #951BED;
 }
 .TagClassName
 {
   border-color: #951BED;
 }
</style>