Html Css Color HEX #952CDD Blue Violet

📋 copy color: '#952CDD'

red 149 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #952CDD

Tints of Blue Violet #952CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 35.99%
G = 10.63%
B = 53.38%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#952CDD (or 0x952CDD) is known color: Blue Violet. HEX triplet: 95, 2C and DD. RGB value is (149,44,221). Sum of RGB (Red+Green+Blue) = 149+44+221=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #952CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CDD is #6AD322. Grayscale: #5E5E5E. Windows color (decimal): -7000867 or 14494869. OLE color: 14494869.

HSL color Cylindrical-coordinate representation of color #952CDD: hue angle of 275.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952CDD is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 44 221 -
CMYK 0.33 0.80 0 0.13
HSL 275.59º 0.72% 0.52% -
HSV(B) 275.59º 0.8% 0.87% -
XYZ 26.35 13.41 69.61 -
YUV 95.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 149 44 221 0.33 0.80 0 0.13 275.59 0.72 0.52
Hex 95 2C DD 21 50 0 D 114 48 34
Octal 225 54 335 41 120 0 15 424 110 64
Binary 10010101 101100 11011101 100001 1010000 0 1101 100010100 1001000 110100

Color Harmonies of #952CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CDD

Black with #952CDD

Text Example


Text Example

White with #952CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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