Html Css Color HEX #873FDA Blue Violet

📋 copy color: '#873FDA'

red 135 ◦ green 63 ◦ blue 218

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

Shades of Blue Violet #873FDA

Tints of Blue Violet #873FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 32.45%
G = 15.14%
B = 52.4%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#873FDA (or 0x873FDA) is known color: Blue Violet. HEX triplet: 87, 3F and DA. RGB value is (135,63,218). Sum of RGB (Red+Green+Blue) = 135+63+218=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #873FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDA is #78C025. Grayscale: #656565. Windows color (decimal): -7913510 or 14303111. OLE color: 14303111.

HSL color Cylindrical-coordinate representation of color #873FDA: hue angle of 267.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873FDA is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 63 218 -
CMYK 0.38 0.71 0 0.15
HSL 267.87º 0.68% 0.55% -
HSV(B) 267.87º 0.71% 0.85% -
XYZ 24.42 13.77 67.7 -
YUV 102.2 193.35 151.4 -
System Red Green Blue C M Y K H S L
Decimal 135 63 218 0.38 0.71 0 0.15 267.87 0.68 0.55
Hex 87 3F DA 26 47 0 F 10C 44 37
Octal 207 77 332 46 107 0 17 414 104 67
Binary 10000111 111111 11011010 100110 1000111 0 1111 100001100 1000100 110111

Color Harmonies of #873FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FDA

Black with #873FDA

Text Example


Text Example

White with #873FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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