Html Css Color HEX #870FFA Blue Violet

📋 copy color: '#870FFA'

red 135 ◦ green 15 ◦ blue 250

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

Shades of Blue Violet #870FFA

Tints of Blue Violet #870FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

 BLUE value IS 250 (98.05% from 255) = 62.5%

R = 33.75%
G = 3.75%
B = 62.5%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#870FFA (or 0x870FFA) is known color: Blue Violet. HEX triplet: 87, 0F and FA. RGB value is (135,15,250). Sum of RGB (Red+Green+Blue) = 135+15+250=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #870FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FFA is #78F005. Grayscale: #4C4C4C. Windows color (decimal): -7925766 or 16387975. OLE color: 16387975.

HSL color Cylindrical-coordinate representation of color #870FFA: hue angle of 270.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870FFA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 15 250 -
CMYK 0.46 0.94 0 0.02
HSL 270.64º 0.96% 0.52% -
HSV(B) 270.64º 0.94% 0.98% -
XYZ 27.42 12.39 91.39 -
YUV 77.67 225.26 168.89 -
System Red Green Blue C M Y K H S L
Decimal 135 15 250 0.46 0.94 0 0.02 270.64 0.96 0.52
Hex 87 F FA 2E 5E 0 2 10F 60 34
Octal 207 17 372 56 136 0 2 417 140 64
Binary 10000111 1111 11111010 101110 1011110 0 10 100001111 1100000 110100

Color Harmonies of #870FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FFA

Black with #870FFA

Text Example


Text Example

White with #870FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,15,250); }

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

background-color css

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

 a { background-color: rgb(135,15,250); }

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

border-color css

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

 span { border-color: rgb(135,15,250); }

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