Html Css Color HEX #952DE0 Blue Violet

📋 copy color: '#952DE0'

red 149 ◦ green 45 ◦ blue 224

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

Shades of Blue Violet #952DE0

Tints of Blue Violet #952DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 35.65%
G = 10.77%
B = 53.59%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#952DE0 (or 0x952DE0) is known color: Blue Violet. HEX triplet: 95, 2D and E0. RGB value is (149,45,224). Sum of RGB (Red+Green+Blue) = 149+45+224=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #952DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DE0 is #6AD21F. Grayscale: #5F5F5F. Windows color (decimal): -7000608 or 14691733. OLE color: 14691733.

HSL color Cylindrical-coordinate representation of color #952DE0: hue angle of 274.86º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952DE0 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 45 224 -
CMYK 0.33 0.80 0 0.12
HSL 274.86º 0.74% 0.53% -
HSV(B) 274.86º 0.8% 0.88% -
XYZ 26.79 13.65 71.74 -
YUV 96.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 149 45 224 0.33 0.80 0 0.12 274.86 0.74 0.53
Hex 95 2D E0 21 50 0 C 113 4A 35
Octal 225 55 340 41 120 0 14 423 112 65
Binary 10010101 101101 11100000 100001 1010000 0 1100 100010011 1001010 110101

Color Harmonies of #952DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DE0

Black with #952DE0

Text Example


Text Example

White with #952DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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