Html Css Color HEX #952CE5 Blue Violet

📋 copy color: '#952CE5'

red 149 ◦ green 44 ◦ blue 229

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

Shades of Blue Violet #952CE5

Tints of Blue Violet #952CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.27%

R = 35.31%
G = 10.43%
B = 54.27%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#952CE5 (or 0x952CE5) is known color: Blue Violet. HEX triplet: 95, 2C and E5. RGB value is (149,44,229). Sum of RGB (Red+Green+Blue) = 149+44+229=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #952CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CE5 is #6AD31A. Grayscale: #5F5F5F. Windows color (decimal): -7000859 or 15019157. OLE color: 15019157.

HSL color Cylindrical-coordinate representation of color #952CE5: hue angle of 274.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952CE5 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 44 229 -
CMYK 0.35 0.81 0 0.10
HSL 274.05º 0.78% 0.54% -
HSV(B) 274.05º 0.81% 0.9% -
XYZ 27.44 13.85 75.36 -
YUV 96.49 202.79 165.46 -
System Red Green Blue C M Y K H S L
Decimal 149 44 229 0.35 0.81 0 0.10 274.05 0.78 0.54
Hex 95 2C E5 23 51 0 A 112 4E 36
Octal 225 54 345 43 121 0 12 422 116 66
Binary 10010101 101100 11100101 100011 1010001 0 1010 100010010 1001110 110110

Color Harmonies of #952CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CE5

Black with #952CE5

Text Example


Text Example

White with #952CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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