Html Css Color HEX #9F538D Violet Blue

📋 copy color: '#9F538D'

red 159 ◦ green 83 ◦ blue 141

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

Shades of Violet Blue #9F538D

Tints of Violet Blue #9F538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 41.51%
G = 21.67%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F538D (or 0x9F538D) is known color: Violet Blue. HEX triplet: 9F, 53 and 8D. RGB value is (159,83,141). Sum of RGB (Red+Green+Blue) = 159+83+141=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F538D is #60AC72. Grayscale: #707070. Windows color (decimal): -6335603 or 9261983. OLE color: 9261983.

HSL color Cylindrical-coordinate representation of color #9F538D: hue angle of 314.21º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F538D is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 141 -
CMYK 0 0.48 0.11 0.38
HSL 314.21º 0.31% 0.47% -
HSV(B) 314.21º 0.48% 0.62% -
XYZ 22.2 15.48 27.02 -
YUV 112.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 159 83 141 0 0.48 0.11 0.38 314.21 0.31 0.47
Hex 9F 53 8D 0 30 B 26 13A 1F 2F
Octal 237 123 215 0 60 13 46 472 37 57
Binary 10011111 1010011 10001101 0 110000 1011 100110 100111010 11111 101111

Color Harmonies of #9F538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F538D

Black with #9F538D

Text Example


Text Example

White with #9F538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,141); }

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

background-color css

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

 a { background-color: rgb(159,83,141); }

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

border-color css

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

 span { border-color: rgb(159,83,141); }

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