Html Css Color HEX #873FEA Blue Violet

📋 copy color: '#873FEA'

red 135 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #873FEA

Tints of Blue Violet #873FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.58%

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

R = 31.25%
G = 14.58%
B = 54.17%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#873FEA (or 0x873FEA) is known color: Blue Violet. HEX triplet: 87, 3F and EA. RGB value is (135,63,234). Sum of RGB (Red+Green+Blue) = 135+63+234=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #873FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FEA is #78C015. Grayscale: #676767. Windows color (decimal): -7913494 or 15351687. OLE color: 15351687.

HSL color Cylindrical-coordinate representation of color #873FEA: hue angle of 265.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873FEA is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 63 234 -
CMYK 0.42 0.73 0 0.08
HSL 265.26º 0.8% 0.58% -
HSV(B) 265.26º 0.73% 0.92% -
XYZ 26.62 14.65 79.27 -
YUV 104.02 201.35 150.1 -
System Red Green Blue C M Y K H S L
Decimal 135 63 234 0.42 0.73 0 0.08 265.26 0.8 0.58
Hex 87 3F EA 2A 49 0 8 109 50 3A
Octal 207 77 352 52 111 0 10 411 120 72
Binary 10000111 111111 11101010 101010 1001001 0 1000 100001001 1010000 111010

Color Harmonies of #873FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FEA

Black with #873FEA

Text Example


Text Example

White with #873FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873FEA; }

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

 H1.HeaderClassName
 {
   color: #873FEA;
 }
 .AnyTagClassName
 {
   color: #873FEA;
 }
</style>

background-color css

<style>
 a { background-color: #873FEA; }

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

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

border-color css

<style>
 span { border-color: #873FEA; }

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

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