Html Css Color HEX #9F09DD Dark Violet

📋 copy color: '#9F09DD'

red 159 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #9F09DD

Tints of Dark Violet #9F09DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 40.87%
G = 2.31%
B = 56.81%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F09DD (or 0x9F09DD) is known color: Dark Violet. HEX triplet: 9F, 09 and DD. RGB value is (159,9,221). Sum of RGB (Red+Green+Blue) = 159+9+221=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09DD is #60F622. Grayscale: #4D4D4D. Windows color (decimal): -6354467 or 14485919. OLE color: 14485919.

HSL color Cylindrical-coordinate representation of color #9F09DD: hue angle of 282.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F09DD is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 9 221 -
CMYK 0.28 0.96 0 0.13
HSL 282.45º 0.92% 0.45% -
HSV(B) 282.45º 0.96% 0.87% -
XYZ 27.45 12.79 69.43 -
YUV 78.02 208.7 185.76 -
System Red Green Blue C M Y K H S L
Decimal 159 9 221 0.28 0.96 0 0.13 282.45 0.92 0.45
Hex 9F 9 DD 1C 60 0 D 11A 5C 2D
Octal 237 11 335 34 140 0 15 432 134 55
Binary 10011111 1001 11011101 11100 1100000 0 1101 100011010 1011100 101101

Color Harmonies of #9F09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F09DD

Black with #9F09DD

Text Example


Text Example

White with #9F09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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