Html Css Color HEX #8700EA Dark Violet

📋 copy color: '#8700EA'

red 135 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #8700EA

Tints of Dark Violet #8700EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 36.59%
G = 0%
B = 63.41%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8700EA (or 0x8700EA) is known color: Dark Violet. HEX triplet: 87, 00 and EA. RGB value is (135,0,234). Sum of RGB (Red+Green+Blue) = 135+0+234=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #8700EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8700EA is #78FF15. Grayscale: #424242. Windows color (decimal): -7929622 or 15335559. OLE color: 15335559.

HSL color Cylindrical-coordinate representation of color #8700EA: hue angle of 274.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700EA is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 0 234 -
CMYK 0.42 1 0 0.08
HSL 274.62º 1% 0.46% -
HSV(B) 274.62º 1% 0.92% -
XYZ 24.84 11.09 78.67 -
YUV 67.04 222.23 176.47 -
System Red Green Blue C M Y K H S L
Decimal 135 0 234 0.42 1 0 0.08 274.62 1 0.46
Hex 87 0 EA 2A 64 0 8 113 64 2E
Octal 207 0 352 52 144 0 10 423 144 56
Binary 10000111 0 11101010 101010 1100100 0 1000 100010011 1100100 101110

Color Harmonies of #8700EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700EA

Black with #8700EA

Text Example


Text Example

White with #8700EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8700EA; }

 p { color: rgb(135,0,234); }

 H1.HeaderClassName
 {
   color: #8700EA;
 }
 .AnyTagClassName
 {
   color: #8700EA;
 }
</style>

background-color css

<style>
 a { background-color: #8700EA; }

 a { background-color: rgb(135,0,234); }

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

border-color css

<style>
 span { border-color: #8700EA; }

 span { border-color: rgb(135,0,234); }

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