Html Css Color HEX #9F6FA4 Violet Blue

📋 copy color: '#9F6FA4'

red 159 ◦ green 111 ◦ blue 164

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

Shades of Violet Blue #9F6FA4

Tints of Violet Blue #9F6FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 36.64%
G = 25.58%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9F6FA4 (or 0x9F6FA4) is known color: Violet Blue. HEX triplet: 9F, 6F and A4. RGB value is (159,111,164). Sum of RGB (Red+Green+Blue) = 159+111+164=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F6FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6FA4 is #60905B. Grayscale: #838383. Windows color (decimal): -6328412 or 10776479. OLE color: 10776479.

HSL color Cylindrical-coordinate representation of color #9F6FA4: hue angle of 294.34º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6FA4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 111 164 -
CMYK 0.03 0.32 0 0.36
HSL 294.34º 0.23% 0.54% -
HSV(B) 294.34º 0.32% 0.64% -
XYZ 26.68 21.42 37.85 -
YUV 131.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 159 111 164 0.03 0.32 0 0.36 294.34 0.23 0.54
Hex 9F 6F A4 3 20 0 24 126 17 36
Octal 237 157 244 3 40 0 44 446 27 66
Binary 10011111 1101111 10100100 11 100000 0 100100 100100110 10111 110110

Color Harmonies of #9F6FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6FA4

Black with #9F6FA4

Text Example


Text Example

White with #9F6FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,111,164); }

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

background-color css

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

 a { background-color: rgb(159,111,164); }

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

border-color css

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

 span { border-color: rgb(159,111,164); }

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