Html Css Color HEX #950CDC Dark Violet

📋 copy color: '#950CDC'

red 149 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #950CDC

Tints of Dark Violet #950CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 39.11%
G = 3.15%
B = 57.74%

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

#950CDC (or 0x950CDC) is known color: Dark Violet. HEX triplet: 95, 0C and DC. RGB value is (149,12,220). Sum of RGB (Red+Green+Blue) = 149+12+220=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #950CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CDC is #6AF323. Grayscale: #4B4B4B. Windows color (decimal): -7009060 or 14421141. OLE color: 14421141.

HSL color Cylindrical-coordinate representation of color #950CDC: hue angle of 279.52º 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 #950CDC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 12 220 -
CMYK 0.32 0.95 0 0.14
HSL 279.52º 0.9% 0.45% -
HSV(B) 279.52º 0.95% 0.86% -
XYZ 25.44 11.82 68.65 -
YUV 76.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 149 12 220 0.32 0.95 0 0.14 279.52 0.9 0.45
Hex 95 C DC 20 5F 0 E 118 5A 2D
Octal 225 14 334 40 137 0 16 430 132 55
Binary 10010101 1100 11011100 100000 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #950CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CDC

Black with #950CDC

Text Example


Text Example

White with #950CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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