Html Css Color HEX #850DCF Dark Violet

📋 copy color: '#850DCF'

red 133 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #850DCF

Tints of Dark Violet #850DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 37.68%
G = 3.68%
B = 58.64%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#850DCF (or 0x850DCF) is known color: Dark Violet. HEX triplet: 85, 0D and CF. RGB value is (133,13,207). Sum of RGB (Red+Green+Blue) = 133+13+207=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #850DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DCF is #7AF230. Grayscale: #464646. Windows color (decimal): -8057393 or 13569413. OLE color: 13569413.

HSL color Cylindrical-coordinate representation of color #850DCF: hue angle of 277.11º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DCF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 13 207 -
CMYK 0.36 0.94 0 0.19
HSL 277.11º 0.88% 0.43% -
HSV(B) 277.11º 0.94% 0.81% -
XYZ 21.08 9.78 59.81 -
YUV 71 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 133 13 207 0.36 0.94 0 0.19 277.11 0.88 0.43
Hex 85 D CF 24 5E 0 13 115 58 2B
Octal 205 15 317 44 136 0 23 425 130 53
Binary 10000101 1101 11001111 100100 1011110 0 10011 100010101 1011000 101011

Color Harmonies of #850DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DCF

Black with #850DCF

Text Example


Text Example

White with #850DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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