Html Css Color HEX #9F62AD Violet Blue

📋 copy color: '#9F62AD'

red 159 ◦ green 98 ◦ blue 173

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

Shades of Violet Blue #9F62AD

Tints of Violet Blue #9F62AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 36.98%
G = 22.79%
B = 40.23%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F62AD (or 0x9F62AD) is known color: Violet Blue. HEX triplet: 9F, 62 and AD. RGB value is (159,98,173). Sum of RGB (Red+Green+Blue) = 159+98+173=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F62AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F62AD is #609D52. Grayscale: #7C7C7C. Windows color (decimal): -6331731 or 11362975. OLE color: 11362975.

HSL color Cylindrical-coordinate representation of color #9F62AD: hue angle of 288.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F62AD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 98 173 -
CMYK 0.08 0.43 0 0.32
HSL 288.8º 0.31% 0.53% -
HSV(B) 288.8º 0.43% 0.68% -
XYZ 26.21 19.12 41.85 -
YUV 124.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 159 98 173 0.08 0.43 0 0.32 288.8 0.31 0.53
Hex 9F 62 AD 8 2B 0 20 121 1F 35
Octal 237 142 255 10 53 0 40 441 37 65
Binary 10011111 1100010 10101101 1000 101011 0 100000 100100001 11111 110101

Color Harmonies of #9F62AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F62AD

Black with #9F62AD

Text Example


Text Example

White with #9F62AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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