Html Css Color HEX #873BEA Blue Violet

📋 copy color: '#873BEA'

red 135 ◦ green 59 ◦ blue 234

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

Shades of Blue Violet #873BEA

Tints of Blue Violet #873BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.79%

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

R = 31.54%
G = 13.79%
B = 54.67%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#873BEA (or 0x873BEA) is known color: Blue Violet. HEX triplet: 87, 3B and EA. RGB value is (135,59,234). Sum of RGB (Red+Green+Blue) = 135+59+234=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #873BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873BEA is #78C415. Grayscale: #656565. Windows color (decimal): -7914518 or 15350663. OLE color: 15350663.

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

Color convert

RGB 135 59 234 -
CMYK 0.42 0.75 0 0.08
HSL 266.06º 0.81% 0.57% -
HSV(B) 266.06º 0.75% 0.92% -
XYZ 26.41 14.22 79.19 -
YUV 101.67 202.68 151.77 -
System Red Green Blue C M Y K H S L
Decimal 135 59 234 0.42 0.75 0 0.08 266.06 0.81 0.57
Hex 87 3B EA 2A 4B 0 8 10A 51 39
Octal 207 73 352 52 113 0 10 412 121 71
Binary 10000111 111011 11101010 101010 1001011 0 1000 100001010 1010001 111001

Color Harmonies of #873BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BEA

Black with #873BEA

Text Example


Text Example

White with #873BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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