Html Css Color HEX #873FFC Blue Violet

📋 copy color: '#873FFC'

red 135 ◦ green 63 ◦ blue 252

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

Shades of Blue Violet #873FFC

Tints of Blue Violet #873FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 14%

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

R = 30%
G = 14%
B = 56%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#873FFC (or 0x873FFC) is known color: Blue Violet. HEX triplet: 87, 3F and FC. RGB value is (135,63,252). Sum of RGB (Red+Green+Blue) = 135+63+252=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #873FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFC is #78C003. Grayscale: #696969. Windows color (decimal): -7913476 or 16531335. OLE color: 16531335.

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

Color convert

RGB 135 63 252 -
CMYK 0.46 0.75 0 0.01
HSL 262.86º 0.97% 0.62% -
HSV(B) 262.86º 0.75% 0.99% -
XYZ 29.34 15.73 93.59 -
YUV 106.07 210.35 148.63 -
System Red Green Blue C M Y K H S L
Decimal 135 63 252 0.46 0.75 0 0.01 262.86 0.97 0.62
Hex 87 3F FC 2E 4B 0 1 107 61 3E
Octal 207 77 374 56 113 0 1 407 141 76
Binary 10000111 111111 11111100 101110 1001011 0 1 100000111 1100001 111110

Color Harmonies of #873FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FFC

Black with #873FFC

Text Example


Text Example

White with #873FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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