Html Css Color HEX #870DEA Blue Violet

📋 copy color: '#870DEA'

red 135 ◦ green 13 ◦ blue 234

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

Shades of Blue Violet #870DEA

Tints of Blue Violet #870DEA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

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

R = 35.34%
G = 3.4%
B = 61.26%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#870DEA (or 0x870DEA) is known color: Blue Violet. HEX triplet: 87, 0D and EA. RGB value is (135,13,234). Sum of RGB (Red+Green+Blue) = 135+13+234=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #870DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DEA is #78F215. Grayscale: #494949. Windows color (decimal): -7926294 or 15338887. OLE color: 15338887.

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

Color convert

RGB 135 13 234 -
CMYK 0.42 0.94 0 0.08
HSL 273.12º 0.89% 0.48% -
HSV(B) 273.12º 0.94% 0.92% -
XYZ 24.99 11.38 78.72 -
YUV 74.67 217.92 171.03 -
System Red Green Blue C M Y K H S L
Decimal 135 13 234 0.42 0.94 0 0.08 273.12 0.89 0.48
Hex 87 D EA 2A 5E 0 8 111 59 30
Octal 207 15 352 52 136 0 10 421 131 60
Binary 10000111 1101 11101010 101010 1011110 0 1000 100010001 1011001 110000

Color Harmonies of #870DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DEA

Black with #870DEA

Text Example


Text Example

White with #870DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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