Html Css Color HEX #951CEA Blue Violet

📋 copy color: '#951CEA'

red 149 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #951CEA

Tints of Blue Violet #951CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 36.25%
G = 6.81%
B = 56.93%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#951CEA (or 0x951CEA) is known color: Blue Violet. HEX triplet: 95, 1C and EA. RGB value is (149,28,234). Sum of RGB (Red+Green+Blue) = 149+28+234=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #951CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CEA is #6AE315. Grayscale: #565656. Windows color (decimal): -7004950 or 15342741. OLE color: 15342741.

HSL color Cylindrical-coordinate representation of color #951CEA: hue angle of 275.24º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951CEA is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 28 234 -
CMYK 0.36 0.88 0 0.08
HSL 275.24º 0.83% 0.51% -
HSV(B) 275.24º 0.88% 0.92% -
XYZ 27.66 13.16 78.92 -
YUV 87.66 210.59 171.75 -
System Red Green Blue C M Y K H S L
Decimal 149 28 234 0.36 0.88 0 0.08 275.24 0.83 0.51
Hex 95 1C EA 24 58 0 8 113 53 33
Octal 225 34 352 44 130 0 10 423 123 63
Binary 10010101 11100 11101010 100100 1011000 0 1000 100010011 1010011 110011

Color Harmonies of #951CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CEA

Black with #951CEA

Text Example


Text Example

White with #951CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,234); }

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

background-color css

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

 a { background-color: rgb(149,28,234); }

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

border-color css

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

 span { border-color: rgb(149,28,234); }

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