Html Css Color HEX #9F468B Violet Blue

📋 copy color: '#9F468B'

red 159 ◦ green 70 ◦ blue 139

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

Shades of Violet Blue #9F468B

Tints of Violet Blue #9F468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 43.21%
G = 19.02%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F468B (or 0x9F468B) is known color: Violet Blue. HEX triplet: 9F, 46 and 8B. RGB value is (159,70,139). Sum of RGB (Red+Green+Blue) = 159+70+139=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F468B is #60B974. Grayscale: #686868. Windows color (decimal): -6338933 or 9127583. OLE color: 9127583.

HSL color Cylindrical-coordinate representation of color #9F468B: hue angle of 313.48º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F468B is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 70 139 -
CMYK 0 0.56 0.13 0.38
HSL 313.48º 0.39% 0.45% -
HSV(B) 313.48º 0.56% 0.62% -
XYZ 21.15 13.62 25.94 -
YUV 104.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 159 70 139 0 0.56 0.13 0.38 313.48 0.39 0.45
Hex 9F 46 8B 0 38 D 26 139 27 2D
Octal 237 106 213 0 70 15 46 471 47 55
Binary 10011111 1000110 10001011 0 111000 1101 100110 100111001 100111 101101

Color Harmonies of #9F468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F468B

Black with #9F468B

Text Example


Text Example

White with #9F468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,139); }

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

background-color css

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

 a { background-color: rgb(159,70,139); }

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

border-color css

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

 span { border-color: rgb(159,70,139); }

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