Html Css Color HEX #8B24AA Vivid Violet

📋 copy color: '#8B24AA'

red 139 ◦ green 36 ◦ blue 170

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

Shades of Vivid Violet #8B24AA

Tints of Vivid Violet #8B24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 40.29%
G = 10.43%
B = 49.28%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B24AA (or 0x8B24AA) is known color: Vivid Violet. HEX triplet: 8B, 24 and AA. RGB value is (139,36,170). Sum of RGB (Red+Green+Blue) = 139+36+170=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B24AA is #74DB55. Grayscale: #515151. Windows color (decimal): -7658326 or 11150475. OLE color: 11150475.

HSL color Cylindrical-coordinate representation of color #8B24AA: hue angle of 286.12º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B24AA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 36 170 -
CMYK 0.18 0.79 0 0.33
HSL 286.12º 0.65% 0.4% -
HSV(B) 286.12º 0.79% 0.67% -
XYZ 18.53 9.65 38.92 -
YUV 82.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 139 36 170 0.18 0.79 0 0.33 286.12 0.65 0.4
Hex 8B 24 AA 12 4F 0 21 11E 41 28
Octal 213 44 252 22 117 0 41 436 101 50
Binary 10001011 100100 10101010 10010 1001111 0 100001 100011110 1000001 101000

Color Harmonies of #8B24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B24AA

Black with #8B24AA

Text Example


Text Example

White with #8B24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,36,170); }

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

background-color css

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

 a { background-color: rgb(139,36,170); }

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

border-color css

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

 span { border-color: rgb(139,36,170); }

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