Html Css Color HEX #850FD1 Dark Violet

📋 copy color: '#850FD1'

red 133 ◦ green 15 ◦ blue 209

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

Shades of Dark Violet #850FD1

Tints of Dark Violet #850FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 37.25%
G = 4.2%
B = 58.54%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#850FD1 (or 0x850FD1) is known color: Dark Violet. HEX triplet: 85, 0F and D1. RGB value is (133,15,209). Sum of RGB (Red+Green+Blue) = 133+15+209=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #850FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FD1 is #7AF02E. Grayscale: #474747. Windows color (decimal): -8056879 or 13700997. OLE color: 13700997.

HSL color Cylindrical-coordinate representation of color #850FD1: hue angle of 276.49º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FD1 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 15 209 -
CMYK 0.36 0.93 0 0.18
HSL 276.49º 0.87% 0.44% -
HSV(B) 276.49º 0.93% 0.82% -
XYZ 21.35 9.93 61.11 -
YUV 72.4 205.09 171.23 -
System Red Green Blue C M Y K H S L
Decimal 133 15 209 0.36 0.93 0 0.18 276.49 0.87 0.44
Hex 85 F D1 24 5D 0 12 114 57 2C
Octal 205 17 321 44 135 0 22 424 127 54
Binary 10000101 1111 11010001 100100 1011101 0 10010 100010100 1010111 101100

Color Harmonies of #850FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FD1

Black with #850FD1

Text Example


Text Example

White with #850FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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