Html Css Color HEX #9F3398 Vivid Violet

📋 copy color: '#9F3398'

red 159 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #9F3398

Tints of Vivid Violet #9F3398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 43.92%
G = 14.09%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F3398 (or 0x9F3398) is known color: Vivid Violet. HEX triplet: 9F, 33 and 98. RGB value is (159,51,152). Sum of RGB (Red+Green+Blue) = 159+51+152=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3398 is #60CC67. Grayscale: #5E5E5E. Windows color (decimal): -6343784 or 9974687. OLE color: 9974687.

HSL color Cylindrical-coordinate representation of color #9F3398: hue angle of 303.89º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3398 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 152 -
CMYK 0 0.68 0.04 0.38
HSL 303.89º 0.51% 0.41% -
HSV(B) 303.89º 0.68% 0.62% -
XYZ 21.15 12.01 30.91 -
YUV 94.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 159 51 152 0 0.68 0.04 0.38 303.89 0.51 0.41
Hex 9F 33 98 0 44 4 26 130 33 29
Octal 237 63 230 0 104 4 46 460 63 51
Binary 10011111 110011 10011000 0 1000100 100 100110 100110000 110011 101001

Color Harmonies of #9F3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3398

Black with #9F3398

Text Example


Text Example

White with #9F3398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,152); }

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

background-color css

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

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

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

border-color css

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

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

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