Html Css Color HEX #9414DA Dark Violet

📋 copy color: '#9414DA'

red 148 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #9414DA

Tints of Dark Violet #9414DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 38.34%
G = 5.18%
B = 56.48%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9414DA (or 0x9414DA) is known color: Dark Violet. HEX triplet: 94, 14 and DA. RGB value is (148,20,218). Sum of RGB (Red+Green+Blue) = 148+20+218=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #9414DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9414DA is #6BEB25. Grayscale: #505050. Windows color (decimal): -7072550 or 14292116. OLE color: 14292116.

HSL color Cylindrical-coordinate representation of color #9414DA: hue angle of 278.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9414DA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 20 218 -
CMYK 0.32 0.91 0 0.15
HSL 278.79º 0.83% 0.47% -
HSV(B) 278.79º 0.91% 0.85% -
XYZ 25.12 11.86 67.29 -
YUV 80.84 205.41 175.9 -
System Red Green Blue C M Y K H S L
Decimal 148 20 218 0.32 0.91 0 0.15 278.79 0.83 0.47
Hex 94 14 DA 20 5B 0 F 117 53 2F
Octal 224 24 332 40 133 0 17 427 123 57
Binary 10010100 10100 11011010 100000 1011011 0 1111 100010111 1010011 101111

Color Harmonies of #9414DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9414DA

Black with #9414DA

Text Example


Text Example

White with #9414DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9414DA; }

 p { color: rgb(148,20,218); }

 H1.HeaderClassName
 {
   color: #9414DA;
 }
 .AnyTagClassName
 {
   color: #9414DA;
 }
</style>

background-color css

<style>
 a { background-color: #9414DA; }

 a { background-color: rgb(148,20,218); }

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

border-color css

<style>
 span { border-color: #9414DA; }

 span { border-color: rgb(148,20,218); }

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