Html Css Color HEX #952BDC Blue Violet

📋 copy color: '#952BDC'

red 149 ◦ green 43 ◦ blue 220

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

Shades of Blue Violet #952BDC

Tints of Blue Violet #952BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.44%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 36.17%
G = 10.44%
B = 53.4%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#952BDC (or 0x952BDC) is known color: Blue Violet. HEX triplet: 95, 2B and DC. RGB value is (149,43,220). Sum of RGB (Red+Green+Blue) = 149+43+220=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #952BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BDC is #6AD423. Grayscale: #5E5E5E. Windows color (decimal): -7001124 or 14429077. OLE color: 14429077.

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

Color convert

RGB 149 43 220 -
CMYK 0.32 0.80 0 0.14
HSL 275.93º 0.72% 0.52% -
HSV(B) 275.93º 0.8% 0.86% -
XYZ 26.18 13.28 68.89 -
YUV 94.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 149 43 220 0.32 0.80 0 0.14 275.93 0.72 0.52
Hex 95 2B DC 20 50 0 E 114 48 34
Octal 225 53 334 40 120 0 16 424 110 64
Binary 10010101 101011 11011100 100000 1010000 0 1110 100010100 1001000 110100

Color Harmonies of #952BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BDC

Black with #952BDC

Text Example


Text Example

White with #952BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,220); }

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

background-color css

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

 a { background-color: rgb(149,43,220); }

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

border-color css

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

 span { border-color: rgb(149,43,220); }

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