Html Css Color HEX #9F0BDF Dark Violet

📋 copy color: '#9F0BDF'

red 159 ◦ green 11 ◦ blue 223

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

Shades of Dark Violet #9F0BDF

Tints of Dark Violet #9F0BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.8%

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 40.46%
G = 2.8%
B = 56.74%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F0BDF (or 0x9F0BDF) is known color: Dark Violet. HEX triplet: 9F, 0B and DF. RGB value is (159,11,223). Sum of RGB (Red+Green+Blue) = 159+11+223=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BDF is #60F420. Grayscale: #4E4E4E. Windows color (decimal): -6353953 or 14617503. OLE color: 14617503.

HSL color Cylindrical-coordinate representation of color #9F0BDF: hue angle of 281.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BDF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 11 223 -
CMYK 0.29 0.95 0 0.13
HSL 281.89º 0.91% 0.46% -
HSV(B) 281.89º 0.95% 0.87% -
XYZ 27.74 12.94 70.85 -
YUV 79.42 209.03 184.76 -
System Red Green Blue C M Y K H S L
Decimal 159 11 223 0.29 0.95 0 0.13 281.89 0.91 0.46
Hex 9F B DF 1D 5F 0 D 11A 5B 2E
Octal 237 13 337 35 137 0 15 432 133 56
Binary 10011111 1011 11011111 11101 1011111 0 1101 100011010 1011011 101110

Color Harmonies of #9F0BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BDF

Black with #9F0BDF

Text Example


Text Example

White with #9F0BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,11,223); }

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

background-color css

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

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

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

border-color css

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

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

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