Html Css Color HEX #8705EE Dark Violet

📋 copy color: '#8705EE'

red 135 ◦ green 5 ◦ blue 238

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

Shades of Dark Violet #8705EE

Tints of Dark Violet #8705EE

RGB

 RED value IS 135 (53.13% from 255) = 35.71%

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 35.71%
G = 1.32%
B = 62.96%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8705EE (or 0x8705EE) is known color: Dark Violet. HEX triplet: 87, 05 and EE. RGB value is (135,5,238). Sum of RGB (Red+Green+Blue) = 135+5+238=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #8705EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8705EE is #78FA11. Grayscale: #454545. Windows color (decimal): -7928338 or 15598983. OLE color: 15598983.

HSL color Cylindrical-coordinate representation of color #8705EE: hue angle of 273.48º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705EE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 5 238 -
CMYK 0.43 0.98 0 0.07
HSL 273.48º 0.96% 0.48% -
HSV(B) 273.48º 0.98% 0.93% -
XYZ 25.48 11.43 81.75 -
YUV 70.43 222.57 174.05 -
System Red Green Blue C M Y K H S L
Decimal 135 5 238 0.43 0.98 0 0.07 273.48 0.96 0.48
Hex 87 5 EE 2B 62 0 7 111 60 30
Octal 207 5 356 53 142 0 7 421 140 60
Binary 10000111 101 11101110 101011 1100010 0 111 100010001 1100000 110000

Color Harmonies of #8705EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8705EE

Black with #8705EE

Text Example


Text Example

White with #8705EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8705EE; }

 p { color: rgb(135,5,238); }

 H1.HeaderClassName
 {
   color: #8705EE;
 }
 .AnyTagClassName
 {
   color: #8705EE;
 }
</style>

background-color css

<style>
 a { background-color: #8705EE; }

 a { background-color: rgb(135,5,238); }

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

border-color css

<style>
 span { border-color: #8705EE; }

 span { border-color: rgb(135,5,238); }

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