Html Css Color HEX #9F09BB Dark Violet

📋 copy color: '#9F09BB'

red 159 ◦ green 9 ◦ blue 187

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

Shades of Dark Violet #9F09BB

Tints of Dark Violet #9F09BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 44.79%
G = 2.54%
B = 52.68%

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

#9F09BB (or 0x9F09BB) is known color: Dark Violet. HEX triplet: 9F, 09 and BB. RGB value is (159,9,187). Sum of RGB (Red+Green+Blue) = 159+9+187=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F09BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09BB is #60F644. Grayscale: #494949. Windows color (decimal): -6354501 or 12257695. OLE color: 12257695.

HSL color Cylindrical-coordinate representation of color #9F09BB: hue angle of 290.56º 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 #9F09BB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 9 187 -
CMYK 0.15 0.95 0 0.27
HSL 290.56º 0.91% 0.38% -
HSV(B) 290.56º 0.95% 0.73% -
XYZ 23.37 11.15 47.94 -
YUV 74.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 159 9 187 0.15 0.95 0 0.27 290.56 0.91 0.38
Hex 9F 9 BB F 5F 0 1B 123 5B 26
Octal 237 11 273 17 137 0 33 443 133 46
Binary 10011111 1001 10111011 1111 1011111 0 11011 100100011 1011011 100110

Color Harmonies of #9F09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F09BB

Black with #9F09BB

Text Example


Text Example

White with #9F09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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