Html Css Color HEX #9117BB Dark Orchid

📋 copy color: '#9117BB'

red 145 ◦ green 23 ◦ blue 187

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

Shades of Dark Orchid #9117BB

Tints of Dark Orchid #9117BB

RGB

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

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

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

R = 40.85%
G = 6.48%
B = 52.68%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9117BB (or 0x9117BB) is known color: Dark Orchid. HEX triplet: 91, 17 and BB. RGB value is (145,23,187). Sum of RGB (Red+Green+Blue) = 145+23+187=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #9117BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117BB is #6EE844. Grayscale: #4D4D4D. Windows color (decimal): -7268421 or 12261265. OLE color: 12261265.

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

Color convert

RGB 145 23 187 -
CMYK 0.22 0.88 0 0.27
HSL 284.63º 0.78% 0.41% -
HSV(B) 284.63º 0.88% 0.73% -
XYZ 20.95 10.22 47.88 -
YUV 78.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 145 23 187 0.22 0.88 0 0.27 284.63 0.78 0.41
Hex 91 17 BB 16 58 0 1B 11D 4E 29
Octal 221 27 273 26 130 0 33 435 116 51
Binary 10010001 10111 10111011 10110 1011000 0 11011 100011101 1001110 101001

Color Harmonies of #9117BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9117BB

Black with #9117BB

Text Example


Text Example

White with #9117BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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