Html Css Color HEX #9F62AA Violet Blue

📋 copy color: '#9F62AA'

red 159 ◦ green 98 ◦ blue 170

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

Shades of Violet Blue #9F62AA

Tints of Violet Blue #9F62AA

RGB

 RED value IS 159 (62.5% from 255) = 37.24%

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 37.24%
G = 22.95%
B = 39.81%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F62AA (or 0x9F62AA) is known color: Violet Blue. HEX triplet: 9F, 62 and AA. RGB value is (159,98,170). Sum of RGB (Red+Green+Blue) = 159+98+170=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F62AA is #609D55. Grayscale: #7C7C7C. Windows color (decimal): -6331734 or 11166367. OLE color: 11166367.

HSL color Cylindrical-coordinate representation of color #9F62AA: hue angle of 290.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F62AA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 98 170 -
CMYK 0.06 0.42 0 0.33
HSL 290.83º 0.3% 0.53% -
HSV(B) 290.83º 0.42% 0.67% -
XYZ 25.92 19.01 40.33 -
YUV 124.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 159 98 170 0.06 0.42 0 0.33 290.83 0.3 0.53
Hex 9F 62 AA 6 2A 0 21 123 1E 35
Octal 237 142 252 6 52 0 41 443 36 65
Binary 10011111 1100010 10101010 110 101010 0 100001 100100011 11110 110101

Color Harmonies of #9F62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F62AA

Black with #9F62AA

Text Example


Text Example

White with #9F62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F62AA; }

 p { color: rgb(159,98,170); }

 H1.HeaderClassName
 {
   color: #9F62AA;
 }
 .AnyTagClassName
 {
   color: #9F62AA;
 }
</style>

background-color css

<style>
 a { background-color: #9F62AA; }

 a { background-color: rgb(159,98,170); }

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

border-color css

<style>
 span { border-color: #9F62AA; }

 span { border-color: rgb(159,98,170); }

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