Html Css Color HEX #873BEC Blue Violet

📋 copy color: '#873BEC'

red 135 ◦ green 59 ◦ blue 236

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

Shades of Blue Violet #873BEC

Tints of Blue Violet #873BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 31.4%
G = 13.72%
B = 54.88%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#873BEC (or 0x873BEC) is known color: Blue Violet. HEX triplet: 87, 3B and EC. RGB value is (135,59,236). Sum of RGB (Red+Green+Blue) = 135+59+236=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #873BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873BEC is #78C413. Grayscale: #656565. Windows color (decimal): -7914516 or 15481735. OLE color: 15481735.

HSL color Cylindrical-coordinate representation of color #873BEC: hue angle of 265.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873BEC is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 59 236 -
CMYK 0.43 0.75 0 0.07
HSL 265.76º 0.82% 0.58% -
HSV(B) 265.76º 0.75% 0.93% -
XYZ 26.7 14.33 80.72 -
YUV 101.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 135 59 236 0.43 0.75 0 0.07 265.76 0.82 0.58
Hex 87 3B EC 2B 4B 0 7 10A 52 3A
Octal 207 73 354 53 113 0 7 412 122 72
Binary 10000111 111011 11101100 101011 1001011 0 111 100001010 1010010 111010

Color Harmonies of #873BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BEC

Black with #873BEC

Text Example


Text Example

White with #873BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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