Html Css Color HEX #9F0DE0 Dark Violet

📋 copy color: '#9F0DE0'

red 159 ◦ green 13 ◦ blue 224

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

Shades of Dark Violet #9F0DE0

Tints of Dark Violet #9F0DE0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.28%

 BLUE value IS 224 (87.89% from 255) = 56.57%

R = 40.15%
G = 3.28%
B = 56.57%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9F0DE0 (or 0x9F0DE0) is known color: Dark Violet. HEX triplet: 9F, 0D and E0. RGB value is (159,13,224). Sum of RGB (Red+Green+Blue) = 159+13+224=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #9F0DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0DE0 is #60F21F. Grayscale: #505050. Windows color (decimal): -6353440 or 14683551. OLE color: 14683551.

HSL color Cylindrical-coordinate representation of color #9F0DE0: hue angle of 281.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0DE0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 13 224 -
CMYK 0.29 0.94 0 0.12
HSL 281.52º 0.89% 0.46% -
HSV(B) 281.52º 0.94% 0.88% -
XYZ 27.9 13.04 71.57 -
YUV 80.71 208.87 183.84 -
System Red Green Blue C M Y K H S L
Decimal 159 13 224 0.29 0.94 0 0.12 281.52 0.89 0.46
Hex 9F D E0 1D 5E 0 C 11A 59 2E
Octal 237 15 340 35 136 0 14 432 131 56
Binary 10011111 1101 11100000 11101 1011110 0 1100 100011010 1011001 101110

Color Harmonies of #9F0DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0DE0

Black with #9F0DE0

Text Example


Text Example

White with #9F0DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,13,224); }

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

background-color css

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

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

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

border-color css

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

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

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