Html Css Color HEX #850DDC Dark Violet

📋 copy color: '#850DDC'

red 133 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #850DDC

Tints of Dark Violet #850DDC

RGB

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

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

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

R = 36.34%
G = 3.55%
B = 60.11%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#850DDC (or 0x850DDC) is known color: Dark Violet. HEX triplet: 85, 0D and DC. RGB value is (133,13,220). Sum of RGB (Red+Green+Blue) = 133+13+220=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #850DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DDC is #7AF223. Grayscale: #474747. Windows color (decimal): -8057380 or 14421381. OLE color: 14421381.

HSL color Cylindrical-coordinate representation of color #850DDC: hue angle of 274.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DDC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 13 220 -
CMYK 0.40 0.94 0 0.14
HSL 274.78º 0.89% 0.46% -
HSV(B) 274.78º 0.94% 0.86% -
XYZ 22.74 10.44 68.53 -
YUV 72.48 211.26 171.17 -
System Red Green Blue C M Y K H S L
Decimal 133 13 220 0.40 0.94 0 0.14 274.78 0.89 0.46
Hex 85 D DC 28 5E 0 E 113 59 2E
Octal 205 15 334 50 136 0 16 423 131 56
Binary 10000101 1101 11011100 101000 1011110 0 1110 100010011 1011001 101110

Color Harmonies of #850DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DDC

Black with #850DDC

Text Example


Text Example

White with #850DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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