Html Css Color HEX #9416BF Dark Violet

📋 copy color: '#9416BF'

red 148 ◦ green 22 ◦ blue 191

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

Shades of Dark Violet #9416BF

Tints of Dark Violet #9416BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 41%
G = 6.09%
B = 52.91%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9416BF (or 0x9416BF) is known color: Dark Violet. HEX triplet: 94, 16 and BF. RGB value is (148,22,191). Sum of RGB (Red+Green+Blue) = 148+22+191=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #9416BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416BF is #6BE940. Grayscale: #4E4E4E. Windows color (decimal): -7072065 or 12523156. OLE color: 12523156.

HSL color Cylindrical-coordinate representation of color #9416BF: hue angle of 284.73º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9416BF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 22 191 -
CMYK 0.23 0.88 0 0.25
HSL 284.73º 0.79% 0.42% -
HSV(B) 284.73º 0.88% 0.75% -
XYZ 21.9 10.63 50.19 -
YUV 78.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 148 22 191 0.23 0.88 0 0.25 284.73 0.79 0.42
Hex 94 16 BF 17 58 0 19 11D 4F 2A
Octal 224 26 277 27 130 0 31 435 117 52
Binary 10010100 10110 10111111 10111 1011000 0 11001 100011101 1001111 101010

Color Harmonies of #9416BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9416BF

Black with #9416BF

Text Example


Text Example

White with #9416BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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