Html Css Color HEX #9637AA Vivid Violet

📋 copy color: '#9637AA'

red 150 ◦ green 55 ◦ blue 170

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

Shades of Vivid Violet #9637AA

Tints of Vivid Violet #9637AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

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

R = 40%
G = 14.67%
B = 45.33%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9637AA (or 0x9637AA) is known color: Vivid Violet. HEX triplet: 96, 37 and AA. RGB value is (150,55,170). Sum of RGB (Red+Green+Blue) = 150+55+170=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 55 (21.88% from 255 or 14.67% 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 #9637AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9637AA is #69C855. Grayscale: #606060. Windows color (decimal): -6932566 or 11155350. OLE color: 11155350.

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

Color convert

RGB 150 55 170 -
CMYK 0.12 0.68 0 0.33
HSL 289.57º 0.51% 0.44% -
HSV(B) 289.57º 0.68% 0.67% -
XYZ 21.2 12.12 39.25 -
YUV 96.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 150 55 170 0.12 0.68 0 0.33 289.57 0.51 0.44
Hex 96 37 AA C 44 0 21 122 33 2C
Octal 226 67 252 14 104 0 41 442 63 54
Binary 10010110 110111 10101010 1100 1000100 0 100001 100100010 110011 101100

Color Harmonies of #9637AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9637AA

Black with #9637AA

Text Example


Text Example

White with #9637AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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