Html Css Color HEX #9416BB Dark Violet

📋 copy color: '#9416BB'

red 148 ◦ green 22 ◦ blue 187

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

Shades of Dark Violet #9416BB

Tints of Dark Violet #9416BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 41.46%
G = 6.16%
B = 52.38%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9416BB (or 0x9416BB) is known color: Dark Violet. HEX triplet: 94, 16 and BB. RGB value is (148,22,187). Sum of RGB (Red+Green+Blue) = 148+22+187=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #9416BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416BB is #6BE944. Grayscale: #4D4D4D. Windows color (decimal): -7072069 or 12261012. OLE color: 12261012.

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

Color convert

RGB 148 22 187 -
CMYK 0.21 0.88 0 0.27
HSL 285.82º 0.79% 0.41% -
HSV(B) 285.82º 0.88% 0.73% -
XYZ 21.47 10.46 47.9 -
YUV 78.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 148 22 187 0.21 0.88 0 0.27 285.82 0.79 0.41
Hex 94 16 BB 15 58 0 1B 11E 4F 29
Octal 224 26 273 25 130 0 33 436 117 51
Binary 10010100 10110 10111011 10101 1011000 0 11011 100011110 1001111 101001

Color Harmonies of #9416BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9416BB

Black with #9416BB

Text Example


Text Example

White with #9416BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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