Html Css Color HEX #870BE4 Dark Violet

📋 copy color: '#870BE4'

red 135 ◦ green 11 ◦ blue 228

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

Shades of Dark Violet #870BE4

Tints of Dark Violet #870BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.96%

R = 36.1%
G = 2.94%
B = 60.96%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#870BE4 (or 0x870BE4) is known color: Dark Violet. HEX triplet: 87, 0B and E4. RGB value is (135,11,228). Sum of RGB (Red+Green+Blue) = 135+11+228=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 228 (89.45% from 255 or 60.96% from 374); Max value from RGB is 228 - color contains mainly: blue. Hex color #870BE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BE4 is #78F41B. Grayscale: #484848. Windows color (decimal): -7926812 or 14945159. OLE color: 14945159.

HSL color Cylindrical-coordinate representation of color #870BE4: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BE4 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 135 11 228 -
CMYK 0.41 0.95 0 0.11
HSL 274.29º 0.91% 0.47% -
HSV(B) 274.29º 0.95% 0.89% -
XYZ 24.11 10.99 74.25 -
YUV 72.81 215.58 172.36 -
System Red Green Blue C M Y K H S L
Decimal 135 11 228 0.41 0.95 0 0.11 274.29 0.91 0.47
Hex 87 B E4 29 5F 0 B 112 5B 2F
Octal 207 13 344 51 137 0 13 422 133 57
Binary 10000111 1011 11100100 101001 1011111 0 1011 100010010 1011011 101111

Color Harmonies of #870BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BE4

Black with #870BE4

Text Example


Text Example

White with #870BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870BE4; }

 p { color: rgb(135,11,228); }

 H1.HeaderClassName
 {
   color: #870BE4;
 }
 .AnyTagClassName
 {
   color: #870BE4;
 }
</style>

background-color css

<style>
 a { background-color: #870BE4; }

 a { background-color: rgb(135,11,228); }

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

border-color css

<style>
 span { border-color: #870BE4; }

 span { border-color: rgb(135,11,228); }

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