Html Css Color HEX #9F469D Violet Blue

📋 copy color: '#9F469D'

red 159 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #9F469D

Tints of Violet Blue #9F469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 41.19%
G = 18.13%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F469D (or 0x9F469D) is known color: Violet Blue. HEX triplet: 9F, 46 and 9D. RGB value is (159,70,157). Sum of RGB (Red+Green+Blue) = 159+70+157=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F469D is #60B962. Grayscale: #6A6A6A. Windows color (decimal): -6338915 or 10307231. OLE color: 10307231.

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

Color convert

RGB 159 70 157 -
CMYK 0 0.56 0.01 0.38
HSL 301.35º 0.39% 0.45% -
HSV(B) 301.35º 0.56% 0.62% -
XYZ 22.57 14.19 33.45 -
YUV 106.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 159 70 157 0 0.56 0.01 0.38 301.35 0.39 0.45
Hex 9F 46 9D 0 38 1 26 12D 27 2D
Octal 237 106 235 0 70 1 46 455 47 55
Binary 10011111 1000110 10011101 0 111000 1 100110 100101101 100111 101101

Color Harmonies of #9F469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F469D

Black with #9F469D

Text Example


Text Example

White with #9F469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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