Html Css Color HEX #9117BE Dark Violet

📋 copy color: '#9117BE'

red 145 ◦ green 23 ◦ blue 190

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

Shades of Dark Violet #9117BE

Tints of Dark Violet #9117BE

RGB

 RED value IS 145 (57.03% from 255) = 40.5%

 GREEN value IS 23 (9.38% from 255) = 6.42%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 40.5%
G = 6.42%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9117BE (or 0x9117BE) is known color: Dark Violet. HEX triplet: 91, 17 and BE. RGB value is (145,23,190). Sum of RGB (Red+Green+Blue) = 145+23+190=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #9117BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117BE is #6EE841. Grayscale: #4D4D4D. Windows color (decimal): -7268418 or 12457873. OLE color: 12457873.

HSL color Cylindrical-coordinate representation of color #9117BE: hue angle of 283.83º degrees, saturation: 0.78, 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 #9117BE is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 23 190 -
CMYK 0.24 0.88 0 0.25
HSL 283.83º 0.78% 0.42% -
HSV(B) 283.83º 0.88% 0.75% -
XYZ 21.28 10.35 49.59 -
YUV 78.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 145 23 190 0.24 0.88 0 0.25 283.83 0.78 0.42
Hex 91 17 BE 18 58 0 19 11C 4E 2A
Octal 221 27 276 30 130 0 31 434 116 52
Binary 10010001 10111 10111110 11000 1011000 0 11001 100011100 1001110 101010

Color Harmonies of #9117BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9117BE

Black with #9117BE

Text Example


Text Example

White with #9117BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9117BE; }

 p { color: rgb(145,23,190); }

 H1.HeaderClassName
 {
   color: #9117BE;
 }
 .AnyTagClassName
 {
   color: #9117BE;
 }
</style>

background-color css

<style>
 a { background-color: #9117BE; }

 a { background-color: rgb(145,23,190); }

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

border-color css

<style>
 span { border-color: #9117BE; }

 span { border-color: rgb(145,23,190); }

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