Html Css Color HEX #9409DF Dark Violet

📋 copy color: '#9409DF'

red 148 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #9409DF

Tints of Dark Violet #9409DF

RGB

 RED value IS 148 (58.2% from 255) = 38.95%

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

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

R = 38.95%
G = 2.37%
B = 58.68%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9409DF (or 0x9409DF) is known color: Dark Violet. HEX triplet: 94, 09 and DF. RGB value is (148,9,223). Sum of RGB (Red+Green+Blue) = 148+9+223=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #9409DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409DF is #6BF620. Grayscale: #4A4A4A. Windows color (decimal): -7075361 or 14616980. OLE color: 14616980.

HSL color Cylindrical-coordinate representation of color #9409DF: hue angle of 278.97º 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 #9409DF is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 9 223 -
CMYK 0.34 0.96 0 0.13
HSL 278.97º 0.92% 0.45% -
HSV(B) 278.97º 0.96% 0.87% -
XYZ 25.63 11.82 70.74 -
YUV 74.96 211.55 180.1 -
System Red Green Blue C M Y K H S L
Decimal 148 9 223 0.34 0.96 0 0.13 278.97 0.92 0.45
Hex 94 9 DF 22 60 0 D 117 5C 2D
Octal 224 11 337 42 140 0 15 427 134 55
Binary 10010100 1001 11011111 100010 1100000 0 1101 100010111 1011100 101101

Color Harmonies of #9409DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409DF

Black with #9409DF

Text Example


Text Example

White with #9409DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9409DF; }

 p { color: rgb(148,9,223); }

 H1.HeaderClassName
 {
   color: #9409DF;
 }
 .AnyTagClassName
 {
   color: #9409DF;
 }
</style>

background-color css

<style>
 a { background-color: #9409DF; }

 a { background-color: rgb(148,9,223); }

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

border-color css

<style>
 span { border-color: #9409DF; }

 span { border-color: rgb(148,9,223); }

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