Html Css Color HEX #9416BC Dark Violet

📋 copy color: '#9416BC'

red 148 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #9416BC

Tints of Dark Violet #9416BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 41.34%
G = 6.15%
B = 52.51%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9416BC (or 0x9416BC) is known color: Dark Violet. HEX triplet: 94, 16 and BC. RGB value is (148,22,188). Sum of RGB (Red+Green+Blue) = 148+22+188=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #9416BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416BC is #6BE943. Grayscale: #4E4E4E. Windows color (decimal): -7072068 or 12326548. OLE color: 12326548.

HSL color Cylindrical-coordinate representation of color #9416BC: hue angle of 285.54º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9416BC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 22 188 -
CMYK 0.21 0.88 0 0.26
HSL 285.54º 0.79% 0.41% -
HSV(B) 285.54º 0.88% 0.74% -
XYZ 21.58 10.5 48.47 -
YUV 78.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 148 22 188 0.21 0.88 0 0.26 285.54 0.79 0.41
Hex 94 16 BC 15 58 0 1A 11E 4F 29
Octal 224 26 274 25 130 0 32 436 117 51
Binary 10010100 10110 10111100 10101 1011000 0 11010 100011110 1001111 101001

Color Harmonies of #9416BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9416BC

Black with #9416BC

Text Example


Text Example

White with #9416BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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