Html Css Color HEX #873CEB Blue Violet

📋 copy color: '#873CEB'

red 135 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #873CEB

Tints of Blue Violet #873CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 31.4%
G = 13.95%
B = 54.65%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#873CEB (or 0x873CEB) is known color: Blue Violet. HEX triplet: 87, 3C and EB. RGB value is (135,60,235). Sum of RGB (Red+Green+Blue) = 135+60+235=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #873CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CEB is #78C314. Grayscale: #656565. Windows color (decimal): -7914261 or 15416455. OLE color: 15416455.

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

Color convert

RGB 135 60 235 -
CMYK 0.43 0.74 0 0.08
HSL 265.71º 0.81% 0.58% -
HSV(B) 265.71º 0.74% 0.92% -
XYZ 26.6 14.38 79.97 -
YUV 102.38 202.85 151.27 -
System Red Green Blue C M Y K H S L
Decimal 135 60 235 0.43 0.74 0 0.08 265.71 0.81 0.58
Hex 87 3C EB 2B 4A 0 8 10A 51 3A
Octal 207 74 353 53 112 0 10 412 121 72
Binary 10000111 111100 11101011 101011 1001010 0 1000 100001010 1010001 111010

Color Harmonies of #873CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CEB

Black with #873CEB

Text Example


Text Example

White with #873CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,235); }

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

background-color css

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

 a { background-color: rgb(135,60,235); }

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

border-color css

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

 span { border-color: rgb(135,60,235); }

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