Html Css Color HEX #9635AA Vivid Violet

📋 copy color: '#9635AA'

red 150 ◦ green 53 ◦ blue 170

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

Shades of Vivid Violet #9635AA

Tints of Vivid Violet #9635AA

RGB

 RED value IS 150 (58.98% from 255) = 40.21%

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

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

R = 40.21%
G = 14.21%
B = 45.58%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9635AA (or 0x9635AA) is known color: Vivid Violet. HEX triplet: 96, 35 and AA. RGB value is (150,53,170). Sum of RGB (Red+Green+Blue) = 150+53+170=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #9635AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9635AA is #69CA55. Grayscale: #5E5E5E. Windows color (decimal): -6933078 or 11154838. OLE color: 11154838.

HSL color Cylindrical-coordinate representation of color #9635AA: hue angle of 289.74º 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 #9635AA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 53 170 -
CMYK 0.12 0.69 0 0.33
HSL 289.74º 0.52% 0.44% -
HSV(B) 289.74º 0.69% 0.67% -
XYZ 21.11 11.93 39.22 -
YUV 95.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 150 53 170 0.12 0.69 0 0.33 289.74 0.52 0.44
Hex 96 35 AA C 45 0 21 122 34 2C
Octal 226 65 252 14 105 0 41 442 64 54
Binary 10010110 110101 10101010 1100 1000101 0 100001 100100010 110100 101100

Color Harmonies of #9635AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9635AA

Black with #9635AA

Text Example


Text Example

White with #9635AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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