Html Css Color HEX #872090 Vivid Violet

📋 copy color: '#872090'

red 135 ◦ green 32 ◦ blue 144

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

Shades of Vivid Violet #872090

Tints of Vivid Violet #872090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 43.41%
G = 10.29%
B = 46.3%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#872090 (or 0x872090) is known color: Vivid Violet. HEX triplet: 87, 20 and 90. RGB value is (135,32,144). Sum of RGB (Red+Green+Blue) = 135+32+144=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #872090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872090 is #78DF6F. Grayscale: #4B4B4B. Windows color (decimal): -7921520 or 9445511. OLE color: 9445511.

HSL color Cylindrical-coordinate representation of color #872090: hue angle of 295.18º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872090 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 32 144 -
CMYK 0.06 0.78 0 0.44
HSL 295.18º 0.64% 0.35% -
HSV(B) 295.18º 0.78% 0.56% -
XYZ 15.54 8.2 27.15 -
YUV 75.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 135 32 144 0.06 0.78 0 0.44 295.18 0.64 0.35
Hex 87 20 90 6 4E 0 2C 127 40 23
Octal 207 40 220 6 116 0 54 447 100 43
Binary 10000111 100000 10010000 110 1001110 0 101100 100100111 1000000 100011

Color Harmonies of #872090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872090

Black with #872090

Text Example


Text Example

White with #872090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872090; }

 p { color: rgb(135,32,144); }

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

background-color css

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

 a { background-color: rgb(135,32,144); }

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

border-color css

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

 span { border-color: rgb(135,32,144); }

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