Html Css Color HEX #8A338E Vivid Violet

📋 copy color: '#8A338E'

red 138 ◦ green 51 ◦ blue 142

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

Shades of Vivid Violet #8A338E

Tints of Vivid Violet #8A338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 41.69%
G = 15.41%
B = 42.9%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A338E (or 0x8A338E) is known color: Vivid Violet. HEX triplet: 8A, 33 and 8E. RGB value is (138,51,142). Sum of RGB (Red+Green+Blue) = 138+51+142=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A338E is #75CC71. Grayscale: #575757. Windows color (decimal): -7720050 or 9319306. OLE color: 9319306.

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

Color convert

RGB 138 51 142 -
CMYK 0.03 0.64 0 0.44
HSL 297.36º 0.47% 0.38% -
HSV(B) 297.36º 0.64% 0.56% -
XYZ 16.55 9.72 26.6 -
YUV 87.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 138 51 142 0.03 0.64 0 0.44 297.36 0.47 0.38
Hex 8A 33 8E 3 40 0 2C 129 2F 26
Octal 212 63 216 3 100 0 54 451 57 46
Binary 10001010 110011 10001110 11 1000000 0 101100 100101001 101111 100110

Color Harmonies of #8A338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A338E

Black with #8A338E

Text Example


Text Example

White with #8A338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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