Html Css Color HEX #9F469E Violet Blue

📋 copy color: '#9F469E'

red 159 ◦ green 70 ◦ blue 158

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

Shades of Violet Blue #9F469E

Tints of Violet Blue #9F469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 41.09%
G = 18.09%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F469E (or 0x9F469E) is known color: Violet Blue. HEX triplet: 9F, 46 and 9E. RGB value is (159,70,158). Sum of RGB (Red+Green+Blue) = 159+70+158=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F469E is #60B961. Grayscale: #6A6A6A. Windows color (decimal): -6338914 or 10372767. OLE color: 10372767.

HSL color Cylindrical-coordinate representation of color #9F469E: hue angle of 300.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F469E is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 70 158 -
CMYK 0 0.56 0.01 0.38
HSL 300.67º 0.39% 0.45% -
HSV(B) 300.67º 0.56% 0.62% -
XYZ 22.66 14.22 33.9 -
YUV 106.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 159 70 158 0 0.56 0.01 0.38 300.67 0.39 0.45
Hex 9F 46 9E 0 38 1 26 12D 27 2D
Octal 237 106 236 0 70 1 46 455 47 55
Binary 10011111 1000110 10011110 0 111000 1 100110 100101101 100111 101101

Color Harmonies of #9F469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F469E

Black with #9F469E

Text Example


Text Example

White with #9F469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,158); }

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

background-color css

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

 a { background-color: rgb(159,70,158); }

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

border-color css

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

 span { border-color: rgb(159,70,158); }

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