Html Css Color HEX #9F6F9B Violet Blue

📋 copy color: '#9F6F9B'

red 159 ◦ green 111 ◦ blue 155

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

Shades of Violet Blue #9F6F9B

Tints of Violet Blue #9F6F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

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

R = 37.41%
G = 26.12%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F6F9B (or 0x9F6F9B) is known color: Violet Blue. HEX triplet: 9F, 6F and 9B. RGB value is (159,111,155). Sum of RGB (Red+Green+Blue) = 159+111+155=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6F9B is #609064. Grayscale: #828282. Windows color (decimal): -6328421 or 10186655. OLE color: 10186655.

HSL color Cylindrical-coordinate representation of color #9F6F9B: hue angle of 305º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F9B is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 111 155 -
CMYK 0 0.30 0.03 0.38
HSL 305º 0.2% 0.53% -
HSV(B) 305º 0.3% 0.62% -
XYZ 25.9 21.11 33.72 -
YUV 130.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 159 111 155 0 0.30 0.03 0.38 305 0.2 0.53
Hex 9F 6F 9B 0 1E 3 26 131 14 35
Octal 237 157 233 0 36 3 46 461 24 65
Binary 10011111 1101111 10011011 0 11110 11 100110 100110001 10100 110101

Color Harmonies of #9F6F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6F9B

Black with #9F6F9B

Text Example


Text Example

White with #9F6F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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