Html Css Color HEX #870CEB Dark Violet

📋 copy color: '#870CEB'

red 135 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #870CEB

Tints of Dark Violet #870CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.14%

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 35.34%
G = 3.14%
B = 61.52%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#870CEB (or 0x870CEB) is known color: Dark Violet. HEX triplet: 87, 0C and EB. RGB value is (135,12,235). Sum of RGB (Red+Green+Blue) = 135+12+235=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #870CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CEB is #78F314. Grayscale: #494949. Windows color (decimal): -7926549 or 15404167. OLE color: 15404167.

HSL color Cylindrical-coordinate representation of color #870CEB: hue angle of 273.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CEB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 12 235 -
CMYK 0.43 0.95 0 0.08
HSL 273.09º 0.9% 0.48% -
HSV(B) 273.09º 0.95% 0.92% -
XYZ 25.12 11.41 79.48 -
YUV 74.2 218.75 171.37 -
System Red Green Blue C M Y K H S L
Decimal 135 12 235 0.43 0.95 0 0.08 273.09 0.9 0.48
Hex 87 C EB 2B 5F 0 8 111 5A 30
Octal 207 14 353 53 137 0 10 421 132 60
Binary 10000111 1100 11101011 101011 1011111 0 1000 100010001 1011010 110000

Color Harmonies of #870CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CEB

Black with #870CEB

Text Example


Text Example

White with #870CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,12,235); }

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

background-color css

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

 a { background-color: rgb(135,12,235); }

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

border-color css

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

 span { border-color: rgb(135,12,235); }

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