Html Css Color HEX #9F6396 Violet Blue

📋 copy color: '#9F6396'

red 159 ◦ green 99 ◦ blue 150

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

Shades of Violet Blue #9F6396

Tints of Violet Blue #9F6396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 38.97%
G = 24.26%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F6396 (or 0x9F6396) is known color: Violet Blue. HEX triplet: 9F, 63 and 96. RGB value is (159,99,150). Sum of RGB (Red+Green+Blue) = 159+99+150=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6396 is #609C69. Grayscale: #7A7A7A. Windows color (decimal): -6331498 or 9855903. OLE color: 9855903.

HSL color Cylindrical-coordinate representation of color #9F6396: hue angle of 309º 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 #9F6396 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 99 150 -
CMYK 0 0.38 0.06 0.38
HSL 309º 0.24% 0.51% -
HSV(B) 309º 0.38% 0.62% -
XYZ 24.26 18.5 31.15 -
YUV 122.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 159 99 150 0 0.38 0.06 0.38 309 0.24 0.51
Hex 9F 63 96 0 26 6 26 135 18 33
Octal 237 143 226 0 46 6 46 465 30 63
Binary 10011111 1100011 10010110 0 100110 110 100110 100110101 11000 110011

Color Harmonies of #9F6396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6396

Black with #9F6396

Text Example


Text Example

White with #9F6396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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