Html Css Color HEX #950CDB Dark Violet

📋 copy color: '#950CDB'

red 149 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #950CDB

Tints of Dark Violet #950CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.16%

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 39.21%
G = 3.16%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#950CDB (or 0x950CDB) is known color: Dark Violet. HEX triplet: 95, 0C and DB. RGB value is (149,12,219). Sum of RGB (Red+Green+Blue) = 149+12+219=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #950CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CDB is #6AF324. Grayscale: #4B4B4B. Windows color (decimal): -7009061 or 14355605. OLE color: 14355605.

HSL color Cylindrical-coordinate representation of color #950CDB: hue angle of 279.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CDB is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 12 219 -
CMYK 0.32 0.95 0 0.14
HSL 279.71º 0.9% 0.45% -
HSV(B) 279.71º 0.95% 0.86% -
XYZ 25.31 11.77 67.96 -
YUV 76.56 208.39 179.67 -
System Red Green Blue C M Y K H S L
Decimal 149 12 219 0.32 0.95 0 0.14 279.71 0.9 0.45
Hex 95 C DB 20 5F 0 E 118 5A 2D
Octal 225 14 333 40 137 0 16 430 132 55
Binary 10010101 1100 11011011 100000 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #950CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CDB

Black with #950CDB

Text Example


Text Example

White with #950CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950CDB; }

 p { color: rgb(149,12,219); }

 H1.HeaderClassName
 {
   color: #950CDB;
 }
 .AnyTagClassName
 {
   color: #950CDB;
 }
</style>

background-color css

<style>
 a { background-color: #950CDB; }

 a { background-color: rgb(149,12,219); }

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

border-color css

<style>
 span { border-color: #950CDB; }

 span { border-color: rgb(149,12,219); }

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