Html Css Color HEX #9407DB Dark Violet

📋 copy color: '#9407DB'

red 148 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #9407DB

Tints of Dark Violet #9407DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 39.57%
G = 1.87%
B = 58.56%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9407DB (or 0x9407DB) is known color: Dark Violet. HEX triplet: 94, 07 and DB. RGB value is (148,7,219). Sum of RGB (Red+Green+Blue) = 148+7+219=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #9407DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407DB is #6BF824. Grayscale: #484848. Windows color (decimal): -7075877 or 14354324. OLE color: 14354324.

HSL color Cylindrical-coordinate representation of color #9407DB: hue angle of 279.91º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9407DB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 7 219 -
CMYK 0.32 0.97 0 0.14
HSL 279.91º 0.94% 0.44% -
HSV(B) 279.91º 0.97% 0.86% -
XYZ 25.07 11.56 67.93 -
YUV 73.33 210.21 181.26 -
System Red Green Blue C M Y K H S L
Decimal 148 7 219 0.32 0.97 0 0.14 279.91 0.94 0.44
Hex 94 7 DB 20 61 0 E 118 5E 2C
Octal 224 7 333 40 141 0 16 430 136 54
Binary 10010100 111 11011011 100000 1100001 0 1110 100011000 1011110 101100

Color Harmonies of #9407DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9407DB

Black with #9407DB

Text Example


Text Example

White with #9407DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9407DB; }

 p { color: rgb(148,7,219); }

 H1.HeaderClassName
 {
   color: #9407DB;
 }
 .AnyTagClassName
 {
   color: #9407DB;
 }
</style>

background-color css

<style>
 a { background-color: #9407DB; }

 a { background-color: rgb(148,7,219); }

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

border-color css

<style>
 span { border-color: #9407DB; }

 span { border-color: rgb(148,7,219); }

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