Html Css Color HEX #9416D0 Dark Violet

📋 copy color: '#9416D0'

red 148 ◦ green 22 ◦ blue 208

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

Shades of Dark Violet #9416D0

Tints of Dark Violet #9416D0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

 BLUE value IS 208 (81.64% from 255) = 55.03%

R = 39.15%
G = 5.82%
B = 55.03%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9416D0 (or 0x9416D0) is known color: Dark Violet. HEX triplet: 94, 16 and D0. RGB value is (148,22,208). Sum of RGB (Red+Green+Blue) = 148+22+208=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #9416D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416D0 is #6BE92F. Grayscale: #505050. Windows color (decimal): -7072048 or 13637268. OLE color: 13637268.

HSL color Cylindrical-coordinate representation of color #9416D0: hue angle of 280.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9416D0 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 22 208 -
CMYK 0.29 0.89 0 0.18
HSL 280.65º 0.81% 0.45% -
HSV(B) 280.65º 0.89% 0.82% -
XYZ 23.88 11.42 60.62 -
YUV 80.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 148 22 208 0.29 0.89 0 0.18 280.65 0.81 0.45
Hex 94 16 D0 1D 59 0 12 119 51 2D
Octal 224 26 320 35 131 0 22 431 121 55
Binary 10010100 10110 11010000 11101 1011001 0 10010 100011001 1010001 101101

Color Harmonies of #9416D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9416D0

Black with #9416D0

Text Example


Text Example

White with #9416D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9416D0; }

 p { color: rgb(148,22,208); }

 H1.HeaderClassName
 {
   color: #9416D0;
 }
 .AnyTagClassName
 {
   color: #9416D0;
 }
</style>

background-color css

<style>
 a { background-color: #9416D0; }

 a { background-color: rgb(148,22,208); }

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

border-color css

<style>
 span { border-color: #9416D0; }

 span { border-color: rgb(148,22,208); }

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