Html Css Color HEX #8B2599 Vivid Violet

📋 copy color: '#8B2599'

red 139 ◦ green 37 ◦ blue 153

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

Shades of Vivid Violet #8B2599

Tints of Vivid Violet #8B2599

RGB

 RED value IS 139 (54.69% from 255) = 42.25%

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 42.25%
G = 11.25%
B = 46.5%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B2599 (or 0x8B2599) is known color: Vivid Violet. HEX triplet: 8B, 25 and 99. RGB value is (139,37,153). Sum of RGB (Red+Green+Blue) = 139+37+153=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B2599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2599 is #74DA66. Grayscale: #505050. Windows color (decimal): -7658087 or 10036619. OLE color: 10036619.

HSL color Cylindrical-coordinate representation of color #8B2599: hue angle of 292.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2599 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 139 37 153 -
CMYK 0.09 0.76 0 0.4
HSL 292.76º 0.61% 0.37% -
HSV(B) 292.76º 0.76% 0.6% -
XYZ 17.06 9.11 31 -
YUV 80.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 139 37 153 0.09 0.76 0 0.4 292.76 0.61 0.37
Hex 8B 25 99 9 4C 0 28 125 3D 25
Octal 213 45 231 11 114 0 50 445 75 45
Binary 10001011 100101 10011001 1001 1001100 0 101000 100100101 111101 100101

Color Harmonies of #8B2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2599

Black with #8B2599

Text Example


Text Example

White with #8B2599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B2599; }

 p { color: rgb(139,37,153); }

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

background-color css

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

 a { background-color: rgb(139,37,153); }

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

border-color css

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

 span { border-color: rgb(139,37,153); }

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