Html Css Color HEX #9F609B Violet Blue

📋 copy color: '#9F609B'

red 159 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #9F609B

Tints of Violet Blue #9F609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 38.78%
G = 23.41%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F609B (or 0x9F609B) is known color: Violet Blue. HEX triplet: 9F, 60 and 9B. RGB value is (159,96,155). Sum of RGB (Red+Green+Blue) = 159+96+155=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F609B is #609F64. Grayscale: #797979. Windows color (decimal): -6332261 or 10182815. OLE color: 10182815.

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

Color convert

RGB 159 96 155 -
CMYK 0 0.40 0.03 0.38
HSL 303.81º 0.25% 0.5% -
HSV(B) 303.81º 0.4% 0.62% -
XYZ 24.4 18.1 33.22 -
YUV 121.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 159 96 155 0 0.40 0.03 0.38 303.81 0.25 0.5
Hex 9F 60 9B 0 28 3 26 130 19 32
Octal 237 140 233 0 50 3 46 460 31 62
Binary 10011111 1100000 10011011 0 101000 11 100110 100110000 11001 110010

Color Harmonies of #9F609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F609B

Black with #9F609B

Text Example


Text Example

White with #9F609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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