Html Css Color HEX #952CEA Blue Violet

📋 copy color: '#952CEA'

red 149 ◦ green 44 ◦ blue 234

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

Shades of Blue Violet #952CEA

Tints of Blue Violet #952CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.3%

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

R = 34.89%
G = 10.3%
B = 54.8%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#952CEA (or 0x952CEA) is known color: Blue Violet. HEX triplet: 95, 2C and EA. RGB value is (149,44,234). Sum of RGB (Red+Green+Blue) = 149+44+234=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #952CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CEA is #6AD315. Grayscale: #606060. Windows color (decimal): -7000854 or 15346837. OLE color: 15346837.

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

Color convert

RGB 149 44 234 -
CMYK 0.36 0.81 0 0.08
HSL 273.16º 0.82% 0.55% -
HSV(B) 273.16º 0.81% 0.92% -
XYZ 28.15 14.13 79.09 -
YUV 97.06 205.29 165.05 -
System Red Green Blue C M Y K H S L
Decimal 149 44 234 0.36 0.81 0 0.08 273.16 0.82 0.55
Hex 95 2C EA 24 51 0 8 111 52 37
Octal 225 54 352 44 121 0 10 421 122 67
Binary 10010101 101100 11101010 100100 1010001 0 1000 100010001 1010010 110111

Color Harmonies of #952CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CEA

Black with #952CEA

Text Example


Text Example

White with #952CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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