Html Css Color HEX #873FDF Blue Violet

📋 copy color: '#873FDF'

red 135 ◦ green 63 ◦ blue 223

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

Shades of Blue Violet #873FDF

Tints of Blue Violet #873FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 32.07%
G = 14.96%
B = 52.97%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#873FDF (or 0x873FDF) is known color: Blue Violet. HEX triplet: 87, 3F and DF. RGB value is (135,63,223). Sum of RGB (Red+Green+Blue) = 135+63+223=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #873FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDF is #78C020. Grayscale: #666666. Windows color (decimal): -7913505 or 14630791. OLE color: 14630791.

HSL color Cylindrical-coordinate representation of color #873FDF: hue angle of 267º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873FDF is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 63 223 -
CMYK 0.39 0.72 0 0.13
HSL 267º 0.71% 0.56% -
HSV(B) 267º 0.72% 0.87% -
XYZ 25.09 14.03 71.2 -
YUV 102.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 135 63 223 0.39 0.72 0 0.13 267 0.71 0.56
Hex 87 3F DF 27 48 0 D 10B 47 38
Octal 207 77 337 47 110 0 15 413 107 70
Binary 10000111 111111 11011111 100111 1001000 0 1101 100001011 1000111 111000

Color Harmonies of #873FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FDF

Black with #873FDF

Text Example


Text Example

White with #873FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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