Html Css Color HEX #9F62AB Violet Blue

📋 copy color: '#9F62AB'

red 159 ◦ green 98 ◦ blue 171

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

Shades of Violet Blue #9F62AB

Tints of Violet Blue #9F62AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 37.15%
G = 22.9%
B = 39.95%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F62AB (or 0x9F62AB) is known color: Violet Blue. HEX triplet: 9F, 62 and AB. RGB value is (159,98,171). Sum of RGB (Red+Green+Blue) = 159+98+171=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F62AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F62AB is #609D54. Grayscale: #7C7C7C. Windows color (decimal): -6331733 or 11231903. OLE color: 11231903.

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

Color convert

RGB 159 98 171 -
CMYK 0.07 0.43 0 0.33
HSL 290.14º 0.3% 0.53% -
HSV(B) 290.14º 0.43% 0.67% -
XYZ 26.02 19.05 40.83 -
YUV 124.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 159 98 171 0.07 0.43 0 0.33 290.14 0.3 0.53
Hex 9F 62 AB 7 2B 0 21 122 1E 35
Octal 237 142 253 7 53 0 41 442 36 65
Binary 10011111 1100010 10101011 111 101011 0 100001 100100010 11110 110101

Color Harmonies of #9F62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F62AB

Black with #9F62AB

Text Example


Text Example

White with #9F62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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