Html Css Color HEX #873CEA Blue Violet

📋 copy color: '#873CEA'

red 135 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #873CEA

Tints of Blue Violet #873CEA

RGB

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

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

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

R = 31.47%
G = 13.99%
B = 54.55%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#873CEA (or 0x873CEA) is known color: Blue Violet. HEX triplet: 87, 3C and EA. RGB value is (135,60,234). Sum of RGB (Red+Green+Blue) = 135+60+234=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #873CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CEA is #78C315. Grayscale: #656565. Windows color (decimal): -7914262 or 15350919. OLE color: 15350919.

HSL color Cylindrical-coordinate representation of color #873CEA: hue angle of 265.86º 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 #873CEA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 60 234 -
CMYK 0.42 0.74 0 0.08
HSL 265.86º 0.81% 0.58% -
HSV(B) 265.86º 0.74% 0.92% -
XYZ 26.46 14.32 79.21 -
YUV 102.26 202.35 151.35 -
System Red Green Blue C M Y K H S L
Decimal 135 60 234 0.42 0.74 0 0.08 265.86 0.81 0.58
Hex 87 3C EA 2A 4A 0 8 10A 51 3A
Octal 207 74 352 52 112 0 10 412 121 72
Binary 10000111 111100 11101010 101010 1001010 0 1000 100001010 1010001 111010

Color Harmonies of #873CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CEA

Black with #873CEA

Text Example


Text Example

White with #873CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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