Html Css Color HEX #8338AA Vivid Violet

📋 copy color: '#8338AA'

red 131 ◦ green 56 ◦ blue 170

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

Shades of Vivid Violet #8338AA

Tints of Vivid Violet #8338AA

RGB

 RED value IS 131 (51.56% from 255) = 36.69%

 GREEN value IS 56 (22.27% from 255) = 15.69%

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

R = 36.69%
G = 15.69%
B = 47.62%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8338AA (or 0x8338AA) is known color: Vivid Violet. HEX triplet: 83, 38 and AA. RGB value is (131,56,170). Sum of RGB (Red+Green+Blue) = 131+56+170=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #8338AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8338AA is #7CC755. Grayscale: #5B5B5B. Windows color (decimal): -8177494 or 11155587. OLE color: 11155587.

HSL color Cylindrical-coordinate representation of color #8338AA: hue angle of 279.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8338AA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 56 170 -
CMYK 0.23 0.67 0 0.33
HSL 279.47º 0.5% 0.44% -
HSV(B) 279.47º 0.67% 0.67% -
XYZ 18.03 10.56 39.12 -
YUV 91.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 131 56 170 0.23 0.67 0 0.33 279.47 0.5 0.44
Hex 83 38 AA 17 43 0 21 117 32 2C
Octal 203 70 252 27 103 0 41 427 62 54
Binary 10000011 111000 10101010 10111 1000011 0 100001 100010111 110010 101100

Color Harmonies of #8338AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338AA

Black with #8338AA

Text Example


Text Example

White with #8338AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8338AA; }

 p { color: rgb(131,56,170); }

 H1.HeaderClassName
 {
   color: #8338AA;
 }
 .AnyTagClassName
 {
   color: #8338AA;
 }
</style>

background-color css

<style>
 a { background-color: #8338AA; }

 a { background-color: rgb(131,56,170); }

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

border-color css

<style>
 span { border-color: #8338AA; }

 span { border-color: rgb(131,56,170); }

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