Html Css Color HEX #8A448E Vivid Violet

📋 copy color: '#8A448E'

red 138 ◦ green 68 ◦ blue 142

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

Shades of Vivid Violet #8A448E

Tints of Vivid Violet #8A448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 39.66%
G = 19.54%
B = 40.8%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A448E (or 0x8A448E) is known color: Vivid Violet. HEX triplet: 8A, 44 and 8E. RGB value is (138,68,142). Sum of RGB (Red+Green+Blue) = 138+68+142=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A448E is #75BB71. Grayscale: #616161. Windows color (decimal): -7715698 or 9323658. OLE color: 9323658.

HSL color Cylindrical-coordinate representation of color #8A448E: hue angle of 296.76º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A448E is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 68 142 -
CMYK 0.03 0.52 0 0.44
HSL 296.76º 0.35% 0.41% -
HSV(B) 296.76º 0.52% 0.56% -
XYZ 17.43 11.49 26.89 -
YUV 97.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 138 68 142 0.03 0.52 0 0.44 296.76 0.35 0.41
Hex 8A 44 8E 3 34 0 2C 129 23 29
Octal 212 104 216 3 64 0 54 451 43 51
Binary 10001010 1000100 10001110 11 110100 0 101100 100101001 100011 101001

Color Harmonies of #8A448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A448E

Black with #8A448E

Text Example


Text Example

White with #8A448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,68,142); }

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

background-color css

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

 a { background-color: rgb(138,68,142); }

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

border-color css

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

 span { border-color: rgb(138,68,142); }

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