Html Css Color HEX #9F609C Violet Blue

📋 copy color: '#9F609C'

red 159 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #9F609C

Tints of Violet Blue #9F609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 38.69%
G = 23.36%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F609C (or 0x9F609C) is known color: Violet Blue. HEX triplet: 9F, 60 and 9C. RGB value is (159,96,156). Sum of RGB (Red+Green+Blue) = 159+96+156=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F609C is #609F63. Grayscale: #797979. Windows color (decimal): -6332260 or 10248351. OLE color: 10248351.

HSL color Cylindrical-coordinate representation of color #9F609C: hue angle of 302.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F609C is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 156 -
CMYK 0 0.40 0.02 0.38
HSL 302.86º 0.25% 0.5% -
HSV(B) 302.86º 0.4% 0.62% -
XYZ 24.48 18.14 33.66 -
YUV 121.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 159 96 156 0 0.40 0.02 0.38 302.86 0.25 0.5
Hex 9F 60 9C 0 28 2 26 12F 19 32
Octal 237 140 234 0 50 2 46 457 31 62
Binary 10011111 1100000 10011100 0 101000 10 100110 100101111 11001 110010

Color Harmonies of #9F609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F609C

Black with #9F609C

Text Example


Text Example

White with #9F609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,156); }

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

background-color css

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

 a { background-color: rgb(159,96,156); }

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

border-color css

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

 span { border-color: rgb(159,96,156); }

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