Html Css Color HEX #9F09BA Dark Violet

📋 copy color: '#9F09BA'

red 159 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #9F09BA

Tints of Dark Violet #9F09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 44.92%
G = 2.54%
B = 52.54%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F09BA (or 0x9F09BA) is known color: Dark Violet. HEX triplet: 9F, 09 and BA. RGB value is (159,9,186). Sum of RGB (Red+Green+Blue) = 159+9+186=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09BA is #60F645. Grayscale: #494949. Windows color (decimal): -6354502 or 12192159. OLE color: 12192159.

HSL color Cylindrical-coordinate representation of color #9F09BA: hue angle of 290.85º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F09BA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 9 186 -
CMYK 0.15 0.95 0 0.27
HSL 290.85º 0.91% 0.38% -
HSV(B) 290.85º 0.95% 0.73% -
XYZ 23.26 11.11 47.37 -
YUV 74.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 159 9 186 0.15 0.95 0 0.27 290.85 0.91 0.38
Hex 9F 9 BA F 5F 0 1B 123 5B 26
Octal 237 11 272 17 137 0 33 443 133 46
Binary 10011111 1001 10111010 1111 1011111 0 11011 100100011 1011011 100110

Color Harmonies of #9F09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F09BA

Black with #9F09BA

Text Example


Text Example

White with #9F09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,186); }

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

background-color css

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

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

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

border-color css

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

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

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