Html Css Color HEX #950CC8 Dark Violet

📋 copy color: '#950CC8'

red 149 ◦ green 12 ◦ blue 200

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

Shades of Dark Violet #950CC8

Tints of Dark Violet #950CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.4%

R = 41.27%
G = 3.32%
B = 55.4%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#950CC8 (or 0x950CC8) is known color: Dark Violet. HEX triplet: 95, 0C and C8. RGB value is (149,12,200). Sum of RGB (Red+Green+Blue) = 149+12+200=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #950CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CC8 is #6AF337. Grayscale: #494949. Windows color (decimal): -7009080 or 13110421. OLE color: 13110421.

HSL color Cylindrical-coordinate representation of color #950CC8: hue angle of 283.72º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CC8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 12 200 -
CMYK 0.26 0.94 0 0.22
HSL 283.72º 0.89% 0.42% -
HSV(B) 283.72º 0.94% 0.78% -
XYZ 22.95 10.82 55.52 -
YUV 74.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 149 12 200 0.26 0.94 0 0.22 283.72 0.89 0.42
Hex 95 C C8 1A 5E 0 16 11C 59 2A
Octal 225 14 310 32 136 0 26 434 131 52
Binary 10010101 1100 11001000 11010 1011110 0 10110 100011100 1011001 101010

Color Harmonies of #950CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CC8

Black with #950CC8

Text Example


Text Example

White with #950CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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