Html Css Color HEX #950DC9 Dark Violet

📋 copy color: '#950DC9'

red 149 ◦ green 13 ◦ blue 201

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

Shades of Dark Violet #950DC9

Tints of Dark Violet #950DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 41.05%
G = 3.58%
B = 55.37%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#950DC9 (or 0x950DC9) is known color: Dark Violet. HEX triplet: 95, 0D and C9. RGB value is (149,13,201). Sum of RGB (Red+Green+Blue) = 149+13+201=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #950DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DC9 is #6AF236. Grayscale: #4A4A4A. Windows color (decimal): -7008823 or 13176213. OLE color: 13176213.

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

Color convert

RGB 149 13 201 -
CMYK 0.26 0.94 0 0.21
HSL 283.4º 0.88% 0.42% -
HSV(B) 283.4º 0.94% 0.79% -
XYZ 23.08 10.89 56.14 -
YUV 75.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 149 13 201 0.26 0.94 0 0.21 283.4 0.88 0.42
Hex 95 D C9 1A 5E 0 15 11B 58 2A
Octal 225 15 311 32 136 0 25 433 130 52
Binary 10010101 1101 11001001 11010 1011110 0 10101 100011011 1011000 101010

Color Harmonies of #950DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DC9

Black with #950DC9

Text Example


Text Example

White with #950DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,13,201); }

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

background-color css

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

 a { background-color: rgb(149,13,201); }

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

border-color css

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

 span { border-color: rgb(149,13,201); }

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