Html Css Color HEX #9F419C Violet Blue

📋 copy color: '#9F419C'

red 159 ◦ green 65 ◦ blue 156

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

Shades of Violet Blue #9F419C

Tints of Violet Blue #9F419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 41.84%
G = 17.11%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F419C (or 0x9F419C) is known color: Violet Blue. HEX triplet: 9F, 41 and 9C. RGB value is (159,65,156). Sum of RGB (Red+Green+Blue) = 159+65+156=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F419C is #60BE63. Grayscale: #676767. Windows color (decimal): -6340196 or 10240415. OLE color: 10240415.

HSL color Cylindrical-coordinate representation of color #9F419C: hue angle of 301.91º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F419C is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 65 156 -
CMYK 0 0.59 0.02 0.38
HSL 301.91º 0.42% 0.44% -
HSV(B) 301.91º 0.59% 0.62% -
XYZ 22.19 13.55 32.9 -
YUV 103.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 159 65 156 0 0.59 0.02 0.38 301.91 0.42 0.44
Hex 9F 41 9C 0 3B 2 26 12E 2A 2C
Octal 237 101 234 0 73 2 46 456 52 54
Binary 10011111 1000001 10011100 0 111011 10 100110 100101110 101010 101100

Color Harmonies of #9F419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F419C

Black with #9F419C

Text Example


Text Example

White with #9F419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,156); }

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

background-color css

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

 a { background-color: rgb(159,65,156); }

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

border-color css

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

 span { border-color: rgb(159,65,156); }

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