Html Css Color HEX #850CCC Dark Violet

📋 copy color: '#850CCC'

red 133 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #850CCC

Tints of Dark Violet #850CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 38.11%
G = 3.44%
B = 58.45%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#850CCC (or 0x850CCC) is known color: Dark Violet. HEX triplet: 85, 0C and CC. RGB value is (133,12,204). Sum of RGB (Red+Green+Blue) = 133+12+204=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #850CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CCC is #7AF333. Grayscale: #454545. Windows color (decimal): -8057652 or 13372549. OLE color: 13372549.

HSL color Cylindrical-coordinate representation of color #850CCC: hue angle of 277.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850CCC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 12 204 -
CMYK 0.35 0.94 0 0.2
HSL 277.81º 0.89% 0.42% -
HSV(B) 277.81º 0.94% 0.8% -
XYZ 20.7 9.61 57.89 -
YUV 70.07 203.59 172.89 -
System Red Green Blue C M Y K H S L
Decimal 133 12 204 0.35 0.94 0 0.2 277.81 0.89 0.42
Hex 85 C CC 23 5E 0 14 116 59 2A
Octal 205 14 314 43 136 0 24 426 131 52
Binary 10000101 1100 11001100 100011 1011110 0 10100 100010110 1011001 101010

Color Harmonies of #850CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CCC

Black with #850CCC

Text Example


Text Example

White with #850CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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