Html Css Color HEX #850FDF Dark Violet

📋 copy color: '#850FDF'

red 133 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #850FDF

Tints of Dark Violet #850FDF

RGB

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

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

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

R = 35.85%
G = 4.04%
B = 60.11%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#850FDF (or 0x850FDF) is known color: Dark Violet. HEX triplet: 85, 0F and DF. RGB value is (133,15,223). Sum of RGB (Red+Green+Blue) = 133+15+223=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #850FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FDF is #7AF020. Grayscale: #494949. Windows color (decimal): -8056865 or 14618501. OLE color: 14618501.

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

Color convert

RGB 133 15 223 -
CMYK 0.40 0.93 0 0.13
HSL 274.04º 0.87% 0.47% -
HSV(B) 274.04º 0.93% 0.87% -
XYZ 23.16 10.66 70.65 -
YUV 73.99 212.09 170.09 -
System Red Green Blue C M Y K H S L
Decimal 133 15 223 0.40 0.93 0 0.13 274.04 0.87 0.47
Hex 85 F DF 28 5D 0 D 112 57 2F
Octal 205 17 337 50 135 0 15 422 127 57
Binary 10000101 1111 11011111 101000 1011101 0 1101 100010010 1010111 101111

Color Harmonies of #850FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FDF

Black with #850FDF

Text Example


Text Example

White with #850FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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