Html Css Color HEX #952DE5 Blue Violet

📋 copy color: '#952DE5'

red 149 ◦ green 45 ◦ blue 229

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

Shades of Blue Violet #952DE5

Tints of Blue Violet #952DE5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

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

R = 35.22%
G = 10.64%
B = 54.14%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#952DE5 (or 0x952DE5) is known color: Blue Violet. HEX triplet: 95, 2D and E5. RGB value is (149,45,229). Sum of RGB (Red+Green+Blue) = 149+45+229=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #952DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DE5 is #6AD21A. Grayscale: #606060. Windows color (decimal): -7000603 or 15019413. OLE color: 15019413.

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

Color convert

RGB 149 45 229 -
CMYK 0.35 0.80 0 0.10
HSL 273.91º 0.78% 0.54% -
HSV(B) 273.91º 0.8% 0.9% -
XYZ 27.48 13.92 75.37 -
YUV 97.07 202.46 165.04 -
System Red Green Blue C M Y K H S L
Decimal 149 45 229 0.35 0.80 0 0.10 273.91 0.78 0.54
Hex 95 2D E5 23 50 0 A 112 4E 36
Octal 225 55 345 43 120 0 12 422 116 66
Binary 10010101 101101 11100101 100011 1010000 0 1010 100010010 1001110 110110

Color Harmonies of #952DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DE5

Black with #952DE5

Text Example


Text Example

White with #952DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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