Html Css Color HEX #9F469B Violet Blue

📋 copy color: '#9F469B'

red 159 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #9F469B

Tints of Violet Blue #9F469B

RGB

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

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

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

R = 41.41%
G = 18.23%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F469B (or 0x9F469B) is known color: Violet Blue. HEX triplet: 9F, 46 and 9B. RGB value is (159,70,155). Sum of RGB (Red+Green+Blue) = 159+70+155=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F469B is #60B964. Grayscale: #6A6A6A. Windows color (decimal): -6338917 or 10176159. OLE color: 10176159.

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

Color convert

RGB 159 70 155 -
CMYK 0 0.56 0.03 0.38
HSL 302.7º 0.39% 0.45% -
HSV(B) 302.7º 0.56% 0.62% -
XYZ 22.4 14.12 32.55 -
YUV 106.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 159 70 155 0 0.56 0.03 0.38 302.7 0.39 0.45
Hex 9F 46 9B 0 38 3 26 12F 27 2D
Octal 237 106 233 0 70 3 46 457 47 55
Binary 10011111 1000110 10011011 0 111000 11 100110 100101111 100111 101101

Color Harmonies of #9F469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F469B

Black with #9F469B

Text Example


Text Example

White with #9F469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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