Html Css Color HEX #9400DB Dark Violet

📋 copy color: '#9400DB'

red 148 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #9400DB

Tints of Dark Violet #9400DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.33%
G = 0%
B = 59.67%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9400DB (or 0x9400DB) is known color: Dark Violet. HEX triplet: 94, 00 and DB. RGB value is (148,0,219). Sum of RGB (Red+Green+Blue) = 148+0+219=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #9400DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400DB is #6BFF24. Grayscale: #444444. Windows color (decimal): -7077669 or 14352532. OLE color: 14352532.

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

Color convert

RGB 148 0 219 -
CMYK 0.32 1 0 0.14
HSL 280.55º 1% 0.43% -
HSV(B) 280.55º 1% 0.86% -
XYZ 25 11.41 67.9 -
YUV 69.22 212.53 184.19 -
System Red Green Blue C M Y K H S L
Decimal 148 0 219 0.32 1 0 0.14 280.55 1 0.43
Hex 94 0 DB 20 64 0 E 119 64 2B
Octal 224 0 333 40 144 0 16 431 144 53
Binary 10010100 0 11011011 100000 1100100 0 1110 100011001 1100100 101011

Color Harmonies of #9400DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400DB

Black with #9400DB

Text Example


Text Example

White with #9400DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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