Html Css Color HEX #850DDF Dark Violet

📋 copy color: '#850DDF'

red 133 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #850DDF

Tints of Dark Violet #850DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 36.04%
G = 3.52%
B = 60.43%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#850DDF (or 0x850DDF) is known color: Dark Violet. HEX triplet: 85, 0D and DF. RGB value is (133,13,223). Sum of RGB (Red+Green+Blue) = 133+13+223=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #850DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DDF is #7AF220. Grayscale: #484848. Windows color (decimal): -8057377 or 14617989. OLE color: 14617989.

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

Color convert

RGB 133 13 223 -
CMYK 0.40 0.94 0 0.13
HSL 274.29º 0.89% 0.46% -
HSV(B) 274.29º 0.94% 0.87% -
XYZ 23.14 10.6 70.64 -
YUV 72.82 212.76 170.92 -
System Red Green Blue C M Y K H S L
Decimal 133 13 223 0.40 0.94 0 0.13 274.29 0.89 0.46
Hex 85 D DF 28 5E 0 D 112 59 2E
Octal 205 15 337 50 136 0 15 422 131 56
Binary 10000101 1101 11011111 101000 1011110 0 1101 100010010 1011001 101110

Color Harmonies of #850DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DDF

Black with #850DDF

Text Example


Text Example

White with #850DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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