Html Css Color HEX #850CDC Dark Violet

📋 copy color: '#850CDC'

red 133 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #850CDC

Tints of Dark Violet #850CDC

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

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

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

R = 36.44%
G = 3.29%
B = 60.27%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#850CDC (or 0x850CDC) is known color: Dark Violet. HEX triplet: 85, 0C and DC. RGB value is (133,12,220). Sum of RGB (Red+Green+Blue) = 133+12+220=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #850CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CDC is #7AF323. Grayscale: #474747. Windows color (decimal): -8057636 or 14421125. OLE color: 14421125.

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

Color convert

RGB 133 12 220 -
CMYK 0.40 0.95 0 0.14
HSL 274.9º 0.9% 0.45% -
HSV(B) 274.9º 0.95% 0.86% -
XYZ 22.72 10.42 68.52 -
YUV 71.89 211.59 171.59 -
System Red Green Blue C M Y K H S L
Decimal 133 12 220 0.40 0.95 0 0.14 274.9 0.9 0.45
Hex 85 C DC 28 5F 0 E 113 5A 2D
Octal 205 14 334 50 137 0 16 423 132 55
Binary 10000101 1100 11011100 101000 1011111 0 1110 100010011 1011010 101101

Color Harmonies of #850CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CDC

Black with #850CDC

Text Example


Text Example

White with #850CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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