Html Css Color HEX #9F6B9B Violet Blue

📋 copy color: '#9F6B9B'

red 159 ◦ green 107 ◦ blue 155

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

Shades of Violet Blue #9F6B9B

Tints of Violet Blue #9F6B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

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

R = 37.77%
G = 25.42%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F6B9B (or 0x9F6B9B) is known color: Violet Blue. HEX triplet: 9F, 6B and 9B. RGB value is (159,107,155). Sum of RGB (Red+Green+Blue) = 159+107+155=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B9B is #609464. Grayscale: #7F7F7F. Windows color (decimal): -6329445 or 10185631. OLE color: 10185631.

HSL color Cylindrical-coordinate representation of color #9F6B9B: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6B9B is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 107 155 -
CMYK 0 0.33 0.03 0.38
HSL 304.62º 0.21% 0.52% -
HSV(B) 304.62º 0.33% 0.62% -
XYZ 25.47 20.25 33.58 -
YUV 128.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 159 107 155 0 0.33 0.03 0.38 304.62 0.21 0.52
Hex 9F 6B 9B 0 21 3 26 131 15 34
Octal 237 153 233 0 41 3 46 461 25 64
Binary 10011111 1101011 10011011 0 100001 11 100110 100110001 10101 110100

Color Harmonies of #9F6B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B9B

Black with #9F6B9B

Text Example


Text Example

White with #9F6B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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