Html Css Color HEX #870CED Blue Violet

📋 copy color: '#870CED'

red 135 ◦ green 12 ◦ blue 237

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

Shades of Blue Violet #870CED

Tints of Blue Violet #870CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 35.16%
G = 3.13%
B = 61.72%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#870CED (or 0x870CED) is known color: Blue Violet. HEX triplet: 87, 0C and ED. RGB value is (135,12,237). Sum of RGB (Red+Green+Blue) = 135+12+237=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #870CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CED is #78F312. Grayscale: #494949. Windows color (decimal): -7926547 or 15535239. OLE color: 15535239.

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

Color convert

RGB 135 12 237 -
CMYK 0.43 0.95 0 0.07
HSL 272.8º 0.9% 0.49% -
HSV(B) 272.8º 0.95% 0.93% -
XYZ 25.41 11.53 81.01 -
YUV 74.43 219.75 171.2 -
System Red Green Blue C M Y K H S L
Decimal 135 12 237 0.43 0.95 0 0.07 272.8 0.9 0.49
Hex 87 C ED 2B 5F 0 7 111 5A 31
Octal 207 14 355 53 137 0 7 421 132 61
Binary 10000111 1100 11101101 101011 1011111 0 111 100010001 1011010 110001

Color Harmonies of #870CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CED

Black with #870CED

Text Example


Text Example

White with #870CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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