Html Css Color HEX #9F6B9E Violet Blue

📋 copy color: '#9F6B9E'

red 159 ◦ green 107 ◦ blue 158

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

Shades of Violet Blue #9F6B9E

Tints of Violet Blue #9F6B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 37.5%
G = 25.24%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F6B9E (or 0x9F6B9E) is known color: Violet Blue. HEX triplet: 9F, 6B and 9E. RGB value is (159,107,158). Sum of RGB (Red+Green+Blue) = 159+107+158=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B9E is #609461. Grayscale: #808080. Windows color (decimal): -6329442 or 10382239. OLE color: 10382239.

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

Color convert

RGB 159 107 158 -
CMYK 0 0.33 0.01 0.38
HSL 301.15º 0.21% 0.52% -
HSV(B) 301.15º 0.33% 0.62% -
XYZ 25.73 20.35 34.92 -
YUV 128.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 159 107 158 0 0.33 0.01 0.38 301.15 0.21 0.52
Hex 9F 6B 9E 0 21 1 26 12D 15 34
Octal 237 153 236 0 41 1 46 455 25 64
Binary 10011111 1101011 10011110 0 100001 1 100110 100101101 10101 110100

Color Harmonies of #9F6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B9E

Black with #9F6B9E

Text Example


Text Example

White with #9F6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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