Html Css Color HEX #873CFC Blue Violet

📋 copy color: '#873CFC'

red 135 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #873CFC

Tints of Blue Violet #873CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 30.2%
G = 13.42%
B = 56.38%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#873CFC (or 0x873CFC) is known color: Blue Violet. HEX triplet: 87, 3C and FC. RGB value is (135,60,252). Sum of RGB (Red+Green+Blue) = 135+60+252=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #873CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CFC is #78C303. Grayscale: #676767. Windows color (decimal): -7914244 or 16530567. OLE color: 16530567.

HSL color Cylindrical-coordinate representation of color #873CFC: hue angle of 263.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873CFC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 60 252 -
CMYK 0.46 0.76 0 0.01
HSL 263.44º 0.97% 0.61% -
HSV(B) 263.44º 0.76% 0.99% -
XYZ 29.18 15.41 93.53 -
YUV 104.31 211.35 149.89 -
System Red Green Blue C M Y K H S L
Decimal 135 60 252 0.46 0.76 0 0.01 263.44 0.97 0.61
Hex 87 3C FC 2E 4C 0 1 107 61 3D
Octal 207 74 374 56 114 0 1 407 141 75
Binary 10000111 111100 11111100 101110 1001100 0 1 100000111 1100001 111101

Color Harmonies of #873CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CFC

Black with #873CFC

Text Example


Text Example

White with #873CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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