Html Css Color HEX #850FDC Dark Violet

📋 copy color: '#850FDC'

red 133 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #850FDC

Tints of Dark Violet #850FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 36.14%
G = 4.08%
B = 59.78%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#850FDC (or 0x850FDC) is known color: Dark Violet. HEX triplet: 85, 0F and DC. RGB value is (133,15,220). Sum of RGB (Red+Green+Blue) = 133+15+220=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #850FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FDC is #7AF023. Grayscale: #484848. Windows color (decimal): -8056868 or 14421893. OLE color: 14421893.

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

Color convert

RGB 133 15 220 -
CMYK 0.40 0.93 0 0.14
HSL 274.54º 0.87% 0.46% -
HSV(B) 274.54º 0.93% 0.86% -
XYZ 22.76 10.5 68.54 -
YUV 73.65 210.59 170.33 -
System Red Green Blue C M Y K H S L
Decimal 133 15 220 0.40 0.93 0 0.14 274.54 0.87 0.46
Hex 85 F DC 28 5D 0 E 113 57 2E
Octal 205 17 334 50 135 0 16 423 127 56
Binary 10000101 1111 11011100 101000 1011101 0 1110 100010011 1010111 101110

Color Harmonies of #850FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FDC

Black with #850FDC

Text Example


Text Example

White with #850FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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