Html Css Color HEX #9F42AA Violet Blue

📋 copy color: '#9F42AA'

red 159 ◦ green 66 ◦ blue 170

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

Shades of Violet Blue #9F42AA

Tints of Violet Blue #9F42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

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

R = 40.25%
G = 16.71%
B = 43.04%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F42AA (or 0x9F42AA) is known color: Violet Blue. HEX triplet: 9F, 42 and AA. RGB value is (159,66,170). Sum of RGB (Red+Green+Blue) = 159+66+170=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F42AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F42AA is #60BD55. Grayscale: #696969. Windows color (decimal): -6339926 or 11158175. OLE color: 11158175.

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

Color convert

RGB 159 66 170 -
CMYK 0.06 0.61 0 0.33
HSL 293.65º 0.44% 0.46% -
HSV(B) 293.65º 0.61% 0.67% -
XYZ 23.5 14.17 39.53 -
YUV 105.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 159 66 170 0.06 0.61 0 0.33 293.65 0.44 0.46
Hex 9F 42 AA 6 3D 0 21 126 2C 2E
Octal 237 102 252 6 75 0 41 446 54 56
Binary 10011111 1000010 10101010 110 111101 0 100001 100100110 101100 101110

Color Harmonies of #9F42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42AA

Black with #9F42AA

Text Example


Text Example

White with #9F42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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