Html Css Color HEX #9F5FAC Violet Blue

📋 copy color: '#9F5FAC'

red 159 ◦ green 95 ◦ blue 172

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

Shades of Violet Blue #9F5FAC

Tints of Violet Blue #9F5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.3%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 37.32%
G = 22.3%
B = 40.38%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F5FAC (or 0x9F5FAC) is known color: Violet Blue. HEX triplet: 9F, 5F and AC. RGB value is (159,95,172). Sum of RGB (Red+Green+Blue) = 159+95+172=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5FAC is #60A053. Grayscale: #7A7A7A. Windows color (decimal): -6332500 or 11296671. OLE color: 11296671.

HSL color Cylindrical-coordinate representation of color #9F5FAC: hue angle of 289.87º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5FAC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 95 172 -
CMYK 0.08 0.45 0 0.33
HSL 289.87º 0.32% 0.52% -
HSV(B) 289.87º 0.45% 0.67% -
XYZ 25.84 18.53 41.25 -
YUV 122.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 159 95 172 0.08 0.45 0 0.33 289.87 0.32 0.52
Hex 9F 5F AC 8 2D 0 21 122 20 34
Octal 237 137 254 10 55 0 41 442 40 64
Binary 10011111 1011111 10101100 1000 101101 0 100001 100100010 100000 110100

Color Harmonies of #9F5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5FAC

Black with #9F5FAC

Text Example


Text Example

White with #9F5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,95,172); }

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

background-color css

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

 a { background-color: rgb(159,95,172); }

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

border-color css

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

 span { border-color: rgb(159,95,172); }

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