Html Css Color HEX #9F408F Violet Blue

📋 copy color: '#9F408F'

red 159 ◦ green 64 ◦ blue 143

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

Shades of Violet Blue #9F408F

Tints of Violet Blue #9F408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 43.44%
G = 17.49%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F408F (or 0x9F408F) is known color: Violet Blue. HEX triplet: 9F, 40 and 8F. RGB value is (159,64,143). Sum of RGB (Red+Green+Blue) = 159+64+143=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F408F is #60BF70. Grayscale: #656565. Windows color (decimal): -6340465 or 9388191. OLE color: 9388191.

HSL color Cylindrical-coordinate representation of color #9F408F: hue angle of 310.11º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F408F is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 64 143 -
CMYK 0 0.60 0.10 0.38
HSL 310.11º 0.43% 0.44% -
HSV(B) 310.11º 0.6% 0.62% -
XYZ 21.09 13.02 27.39 -
YUV 101.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 159 64 143 0 0.60 0.10 0.38 310.11 0.43 0.44
Hex 9F 40 8F 0 3C A 26 136 2B 2C
Octal 237 100 217 0 74 12 46 466 53 54
Binary 10011111 1000000 10001111 0 111100 1010 100110 100110110 101011 101100

Color Harmonies of #9F408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F408F

Black with #9F408F

Text Example


Text Example

White with #9F408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,64,143); }

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

background-color css

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

 a { background-color: rgb(159,64,143); }

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

border-color css

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

 span { border-color: rgb(159,64,143); }

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