Html Css Color HEX #860FDD Dark Violet

📋 copy color: '#860FDD'

red 134 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #860FDD

Tints of Dark Violet #860FDD

RGB

 RED value IS 134 (52.73% from 255) = 36.22%

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 36.22%
G = 4.05%
B = 59.73%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#860FDD (or 0x860FDD) is known color: Dark Violet. HEX triplet: 86, 0F and DD. RGB value is (134,15,221). Sum of RGB (Red+Green+Blue) = 134+15+221=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #860FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860FDD is #79F022. Grayscale: #494949. Windows color (decimal): -7991331 or 14487430. OLE color: 14487430.

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

Color convert

RGB 134 15 221 -
CMYK 0.39 0.93 0 0.13
HSL 274.66º 0.87% 0.46% -
HSV(B) 274.66º 0.93% 0.87% -
XYZ 23.05 10.63 69.24 -
YUV 74.07 210.92 170.75 -
System Red Green Blue C M Y K H S L
Decimal 134 15 221 0.39 0.93 0 0.13 274.66 0.87 0.46
Hex 86 F DD 27 5D 0 D 113 57 2E
Octal 206 17 335 47 135 0 15 423 127 56
Binary 10000110 1111 11011101 100111 1011101 0 1101 100010011 1010111 101110

Color Harmonies of #860FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860FDD

Black with #860FDD

Text Example


Text Example

White with #860FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860FDD; }

 p { color: rgb(134,15,221); }

 H1.HeaderClassName
 {
   color: #860FDD;
 }
 .AnyTagClassName
 {
   color: #860FDD;
 }
</style>

background-color css

<style>
 a { background-color: #860FDD; }

 a { background-color: rgb(134,15,221); }

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

border-color css

<style>
 span { border-color: #860FDD; }

 span { border-color: rgb(134,15,221); }

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