Html Css Color HEX #9F419F Violet Blue

📋 copy color: '#9F419F'

red 159 ◦ green 65 ◦ blue 159

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

Shades of Violet Blue #9F419F

Tints of Violet Blue #9F419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 41.51%
G = 16.97%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9F419F (or 0x9F419F) is known color: Violet Blue. HEX triplet: 9F, 41 and 9F. RGB value is (159,65,159). Sum of RGB (Red+Green+Blue) = 159+65+159=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F419F is #60BE60. Grayscale: #676767. Windows color (decimal): -6340193 or 10437023. OLE color: 10437023.

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

Color convert

RGB 159 65 159 -
CMYK 0 0.59 0 0.38
HSL 300º 0.42% 0.44% -
HSV(B) 300º 0.59% 0.62% -
XYZ 22.45 13.65 34.25 -
YUV 103.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 159 65 159 0 0.59 0 0.38 300 0.42 0.44
Hex 9F 41 9F 0 3B 0 26 12C 2A 2C
Octal 237 101 237 0 73 0 46 454 52 54
Binary 10011111 1000001 10011111 0 111011 0 100110 100101100 101010 101100

Color Harmonies of #9F419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F419F

Black with #9F419F

Text Example


Text Example

White with #9F419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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