Html Css Color HEX #8A1D96 Vivid Violet

📋 copy color: '#8A1D96'

red 138 ◦ green 29 ◦ blue 150

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

Shades of Vivid Violet #8A1D96

Tints of Vivid Violet #8A1D96

RGB

 RED value IS 138 (54.3% from 255) = 43.53%

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 43.53%
G = 9.15%
B = 47.32%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8A1D96 (or 0x8A1D96) is known color: Vivid Violet. HEX triplet: 8A, 1D and 96. RGB value is (138,29,150). Sum of RGB (Red+Green+Blue) = 138+29+150=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A1D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1D96 is #75E269. Grayscale: #4B4B4B. Windows color (decimal): -7725674 or 9837962. OLE color: 9837962.

HSL color Cylindrical-coordinate representation of color #8A1D96: hue angle of 294.05º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1D96 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 29 150 -
CMYK 0.08 0.81 0 0.41
HSL 294.05º 0.68% 0.35% -
HSV(B) 294.05º 0.81% 0.59% -
XYZ 16.43 8.48 29.63 -
YUV 75.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 138 29 150 0.08 0.81 0 0.41 294.05 0.68 0.35
Hex 8A 1D 96 8 51 0 29 126 44 23
Octal 212 35 226 10 121 0 51 446 104 43
Binary 10001010 11101 10010110 1000 1010001 0 101001 100100110 1000100 100011

Color Harmonies of #8A1D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1D96

Black with #8A1D96

Text Example


Text Example

White with #8A1D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,29,150); }

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

background-color css

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

 a { background-color: rgb(138,29,150); }

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

border-color css

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

 span { border-color: rgb(138,29,150); }

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