Html Css Color HEX #950CBD Dark Violet

📋 copy color: '#950CBD'

red 149 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #950CBD

Tints of Dark Violet #950CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 42.57%
G = 3.43%
B = 54%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#950CBD (or 0x950CBD) is known color: Dark Violet. HEX triplet: 95, 0C and BD. RGB value is (149,12,189). Sum of RGB (Red+Green+Blue) = 149+12+189=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #950CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CBD is #6AF342. Grayscale: #484848. Windows color (decimal): -7009091 or 12389525. OLE color: 12389525.

HSL color Cylindrical-coordinate representation of color #950CBD: hue angle of 286.44º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CBD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 12 189 -
CMYK 0.21 0.94 0 0.26
HSL 286.44º 0.88% 0.39% -
HSV(B) 286.44º 0.94% 0.74% -
XYZ 21.71 10.33 48.99 -
YUV 73.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 149 12 189 0.21 0.94 0 0.26 286.44 0.88 0.39
Hex 95 C BD 15 5E 0 1A 11E 58 27
Octal 225 14 275 25 136 0 32 436 130 47
Binary 10010101 1100 10111101 10101 1011110 0 11010 100011110 1011000 100111

Color Harmonies of #950CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CBD

Black with #950CBD

Text Example


Text Example

White with #950CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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