Html Css Color HEX #860BDA Dark Violet

📋 copy color: '#860BDA'

red 134 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #860BDA

Tints of Dark Violet #860BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.03%

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 36.91%
G = 3.03%
B = 60.06%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#860BDA (or 0x860BDA) is known color: Dark Violet. HEX triplet: 86, 0B and DA. RGB value is (134,11,218). Sum of RGB (Red+Green+Blue) = 134+11+218=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #860BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BDA is #79F425. Grayscale: #464646. Windows color (decimal): -7992358 or 14289798. OLE color: 14289798.

HSL color Cylindrical-coordinate representation of color #860BDA: hue angle of 275.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860BDA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 11 218 -
CMYK 0.39 0.95 0 0.15
HSL 275.65º 0.9% 0.45% -
HSV(B) 275.65º 0.95% 0.85% -
XYZ 22.61 10.37 67.14 -
YUV 71.38 210.75 172.67 -
System Red Green Blue C M Y K H S L
Decimal 134 11 218 0.39 0.95 0 0.15 275.65 0.9 0.45
Hex 86 B DA 27 5F 0 F 114 5A 2D
Octal 206 13 332 47 137 0 17 424 132 55
Binary 10000110 1011 11011010 100111 1011111 0 1111 100010100 1011010 101101

Color Harmonies of #860BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860BDA

Black with #860BDA

Text Example


Text Example

White with #860BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,11,218); }

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

background-color css

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

 a { background-color: rgb(134,11,218); }

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

border-color css

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

 span { border-color: rgb(134,11,218); }

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