Html Css Color HEX #9F6394 Violet Blue

📋 copy color: '#9F6394'

red 159 ◦ green 99 ◦ blue 148

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

Shades of Violet Blue #9F6394

Tints of Violet Blue #9F6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.38%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 39.16%
G = 24.38%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F6394 (or 0x9F6394) is known color: Violet Blue. HEX triplet: 9F, 63 and 94. RGB value is (159,99,148). Sum of RGB (Red+Green+Blue) = 159+99+148=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6394 is #609C6B. Grayscale: #7A7A7A. Windows color (decimal): -6331500 or 9724831. OLE color: 9724831.

HSL color Cylindrical-coordinate representation of color #9F6394: hue angle of 311º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6394 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 99 148 -
CMYK 0 0.38 0.07 0.38
HSL 311º 0.24% 0.51% -
HSV(B) 311º 0.38% 0.62% -
XYZ 24.11 18.43 30.3 -
YUV 122.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 159 99 148 0 0.38 0.07 0.38 311 0.24 0.51
Hex 9F 63 94 0 26 7 26 137 18 33
Octal 237 143 224 0 46 7 46 467 30 63
Binary 10011111 1100011 10010100 0 100110 111 100110 100110111 11000 110011

Color Harmonies of #9F6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6394

Black with #9F6394

Text Example


Text Example

White with #9F6394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,148); }

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

background-color css

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

 a { background-color: rgb(159,99,148); }

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

border-color css

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

 span { border-color: rgb(159,99,148); }

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