Html Css Color HEX #873CF2 Blue Violet

📋 copy color: '#873CF2'

red 135 ◦ green 60 ◦ blue 242

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

Shades of Blue Violet #873CF2

Tints of Blue Violet #873CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.38%

R = 30.89%
G = 13.73%
B = 55.38%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#873CF2 (or 0x873CF2) is known color: Blue Violet. HEX triplet: 87, 3C and F2. RGB value is (135,60,242). Sum of RGB (Red+Green+Blue) = 135+60+242=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #873CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CF2 is #78C30D. Grayscale: #666666. Windows color (decimal): -7914254 or 15875207. OLE color: 15875207.

HSL color Cylindrical-coordinate representation of color #873CF2: hue angle of 264.73º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873CF2 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 60 242 -
CMYK 0.44 0.75 0 0.05
HSL 264.73º 0.88% 0.59% -
HSV(B) 264.73º 0.75% 0.95% -
XYZ 27.63 14.79 85.4 -
YUV 103.17 206.35 150.7 -
System Red Green Blue C M Y K H S L
Decimal 135 60 242 0.44 0.75 0 0.05 264.73 0.88 0.59
Hex 87 3C F2 2C 4B 0 5 109 58 3B
Octal 207 74 362 54 113 0 5 411 130 73
Binary 10000111 111100 11110010 101100 1001011 0 101 100001001 1011000 111011

Color Harmonies of #873CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CF2

Black with #873CF2

Text Example


Text Example

White with #873CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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