Html Css Color HEX #9412DB Dark Violet

📋 copy color: '#9412DB'

red 148 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #9412DB

Tints of Dark Violet #9412DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 38.44%
G = 4.68%
B = 56.88%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9412DB (or 0x9412DB) is known color: Dark Violet. HEX triplet: 94, 12 and DB. RGB value is (148,18,219). Sum of RGB (Red+Green+Blue) = 148+18+219=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #9412DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412DB is #6BED24. Grayscale: #4F4F4F. Windows color (decimal): -7073061 or 14357140. OLE color: 14357140.

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

Color convert

RGB 148 18 219 -
CMYK 0.32 0.92 0 0.14
HSL 278.81º 0.85% 0.46% -
HSV(B) 278.81º 0.92% 0.86% -
XYZ 25.22 11.84 67.97 -
YUV 79.78 206.57 176.66 -
System Red Green Blue C M Y K H S L
Decimal 148 18 219 0.32 0.92 0 0.14 278.81 0.85 0.46
Hex 94 12 DB 20 5C 0 E 117 55 2E
Octal 224 22 333 40 134 0 16 427 125 56
Binary 10010100 10010 11011011 100000 1011100 0 1110 100010111 1010101 101110

Color Harmonies of #9412DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412DB

Black with #9412DB

Text Example


Text Example

White with #9412DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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