Html Css Color HEX #9835AA Vivid Violet

📋 copy color: '#9835AA'

red 152 ◦ green 53 ◦ blue 170

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

Shades of Vivid Violet #9835AA

Tints of Vivid Violet #9835AA

RGB

 RED value IS 152 (59.77% from 255) = 40.53%

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

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

R = 40.53%
G = 14.13%
B = 45.33%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9835AA (or 0x9835AA) is known color: Vivid Violet. HEX triplet: 98, 35 and AA. RGB value is (152,53,170). Sum of RGB (Red+Green+Blue) = 152+53+170=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #9835AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9835AA is #67CA55. Grayscale: #5F5F5F. Windows color (decimal): -6802006 or 11154840. OLE color: 11154840.

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

Color convert

RGB 152 53 170 -
CMYK 0.11 0.69 0 0.33
HSL 290.77º 0.52% 0.44% -
HSV(B) 290.77º 0.69% 0.67% -
XYZ 21.48 12.12 39.24 -
YUV 95.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 152 53 170 0.11 0.69 0 0.33 290.77 0.52 0.44
Hex 98 35 AA B 45 0 21 123 34 2C
Octal 230 65 252 13 105 0 41 443 64 54
Binary 10011000 110101 10101010 1011 1000101 0 100001 100100011 110100 101100

Color Harmonies of #9835AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9835AA

Black with #9835AA

Text Example


Text Example

White with #9835AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,53,170); }

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

background-color css

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

 a { background-color: rgb(152,53,170); }

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

border-color css

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

 span { border-color: rgb(152,53,170); }

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