Html Css Color HEX #951EEB Blue Violet

📋 copy color: '#951EEB'

red 149 ◦ green 30 ◦ blue 235

#951EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #951EEB

Tints of Blue Violet #951EEB

RGB

 RED value IS 149 (58.59% from 255) = 35.99%

 GREEN value IS 30 (12.11% from 255) = 7.25%

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 35.99%
G = 7.25%
B = 56.76%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#951EEB (or 0x951EEB) is known color: Blue Violet. HEX triplet: 95, 1E and EB. RGB value is (149,30,235). Sum of RGB (Red+Green+Blue) = 149+30+235=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #951EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951EEB is #6AE114. Grayscale: #585858. Windows color (decimal): -7004437 or 15408789. OLE color: 15408789.

HSL color Cylindrical-coordinate representation of color #951EEB: hue angle of 274.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951EEB is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 30 235 -
CMYK 0.37 0.87 0 0.08
HSL 274.83º 0.84% 0.52% -
HSV(B) 274.83º 0.87% 0.92% -
XYZ 27.85 13.32 79.7 -
YUV 88.95 210.42 170.83 -
System Red Green Blue C M Y K H S L
Decimal 149 30 235 0.37 0.87 0 0.08 274.83 0.84 0.52
Hex 95 1E EB 25 57 0 8 113 54 34
Octal 225 36 353 45 127 0 10 423 124 64
Binary 10010101 11110 11101011 100101 1010111 0 1000 100010011 1010100 110100

Color Harmonies of #951EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EEB

Black with #951EEB

Text Example


Text Example

White with #951EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,235); }

 H1.HeaderClassName
 {
   color: #951EEB;
 }
 .AnyTagClassName
 {
   color: #951EEB;
 }
</style>

background-color css

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

 a { background-color: rgb(149,30,235); }

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

border-color css

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

 span { border-color: rgb(149,30,235); }

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