Html Css Color HEX #8335AD Vivid Violet

📋 copy color: '#8335AD'

red 131 ◦ green 53 ◦ blue 173

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

Shades of Vivid Violet #8335AD

Tints of Vivid Violet #8335AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 36.69%
G = 14.85%
B = 48.46%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8335AD (or 0x8335AD) is known color: Vivid Violet. HEX triplet: 83, 35 and AD. RGB value is (131,53,173). Sum of RGB (Red+Green+Blue) = 131+53+173=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8335AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8335AD is #7CCA52. Grayscale: #595959. Windows color (decimal): -8178259 or 11351427. OLE color: 11351427.

HSL color Cylindrical-coordinate representation of color #8335AD: hue angle of 279º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8335AD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 53 173 -
CMYK 0.24 0.69 0 0.32
HSL 279º 0.53% 0.44% -
HSV(B) 279º 0.69% 0.68% -
XYZ 18.18 10.39 40.58 -
YUV 90 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 131 53 173 0.24 0.69 0 0.32 279 0.53 0.44
Hex 83 35 AD 18 45 0 20 117 35 2C
Octal 203 65 255 30 105 0 40 427 65 54
Binary 10000011 110101 10101101 11000 1000101 0 100000 100010111 110101 101100

Color Harmonies of #8335AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8335AD

Black with #8335AD

Text Example


Text Example

White with #8335AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8335AD; }

 p { color: rgb(131,53,173); }

 H1.HeaderClassName
 {
   color: #8335AD;
 }
 .AnyTagClassName
 {
   color: #8335AD;
 }
</style>

background-color css

<style>
 a { background-color: #8335AD; }

 a { background-color: rgb(131,53,173); }

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

border-color css

<style>
 span { border-color: #8335AD; }

 span { border-color: rgb(131,53,173); }

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