Html Css Color HEX #9F509E Violet Blue

📋 copy color: '#9F509E'

red 159 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #9F509E

Tints of Violet Blue #9F509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 40.05%
G = 20.15%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F509E (or 0x9F509E) is known color: Violet Blue. HEX triplet: 9F, 50 and 9E. RGB value is (159,80,158). Sum of RGB (Red+Green+Blue) = 159+80+158=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F509E is #60AF61. Grayscale: #707070. Windows color (decimal): -6336354 or 10375327. OLE color: 10375327.

HSL color Cylindrical-coordinate representation of color #9F509E: hue angle of 300.76º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F509E is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 158 -
CMYK 0 0.50 0.01 0.38
HSL 300.76º 0.33% 0.47% -
HSV(B) 300.76º 0.5% 0.62% -
XYZ 23.34 15.58 34.12 -
YUV 112.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 159 80 158 0 0.50 0.01 0.38 300.76 0.33 0.47
Hex 9F 50 9E 0 32 1 26 12D 21 2F
Octal 237 120 236 0 62 1 46 455 41 57
Binary 10011111 1010000 10011110 0 110010 1 100110 100101101 100001 101111

Color Harmonies of #9F509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F509E

Black with #9F509E

Text Example


Text Example

White with #9F509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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