Html Css Color HEX #950CC0 Dark Violet

📋 copy color: '#950CC0'

red 149 ◦ green 12 ◦ blue 192

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

Shades of Dark Violet #950CC0

Tints of Dark Violet #950CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.39%

R = 42.21%
G = 3.4%
B = 54.39%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#950CC0 (or 0x950CC0) is known color: Dark Violet. HEX triplet: 95, 0C and C0. RGB value is (149,12,192). Sum of RGB (Red+Green+Blue) = 149+12+192=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #950CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CC0 is #6AF33F. Grayscale: #484848. Windows color (decimal): -7009088 or 12586133. OLE color: 12586133.

HSL color Cylindrical-coordinate representation of color #950CC0: hue angle of 285.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CC0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 12 192 -
CMYK 0.22 0.94 0 0.25
HSL 285.67º 0.88% 0.4% -
HSV(B) 285.67º 0.94% 0.75% -
XYZ 22.04 10.46 50.73 -
YUV 73.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 149 12 192 0.22 0.94 0 0.25 285.67 0.88 0.4
Hex 95 C C0 16 5E 0 19 11E 58 28
Octal 225 14 300 26 136 0 31 436 130 50
Binary 10010101 1100 11000000 10110 1011110 0 11001 100011110 1011000 101000

Color Harmonies of #950CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CC0

Black with #950CC0

Text Example


Text Example

White with #950CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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