Html Css Color HEX #8A338D Vivid Violet

📋 copy color: '#8A338D'

red 138 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #8A338D

Tints of Vivid Violet #8A338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 41.82%
G = 15.45%
B = 42.73%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A338D (or 0x8A338D) is known color: Vivid Violet. HEX triplet: 8A, 33 and 8D. RGB value is (138,51,141). Sum of RGB (Red+Green+Blue) = 138+51+141=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A338D is #75CC72. Grayscale: #575757. Windows color (decimal): -7720051 or 9253770. OLE color: 9253770.

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

Color convert

RGB 138 51 141 -
CMYK 0.02 0.64 0 0.45
HSL 298º 0.47% 0.38% -
HSV(B) 298º 0.64% 0.55% -
XYZ 16.47 9.69 26.2 -
YUV 87.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 138 51 141 0.02 0.64 0 0.45 298 0.47 0.38
Hex 8A 33 8D 2 40 0 2D 12A 2F 26
Octal 212 63 215 2 100 0 55 452 57 46
Binary 10001010 110011 10001101 10 1000000 0 101101 100101010 101111 100110

Color Harmonies of #8A338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A338D

Black with #8A338D

Text Example


Text Example

White with #8A338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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