Html Css Color HEX #9117B3 Dark Orchid

📋 copy color: '#9117B3'

red 145 ◦ green 23 ◦ blue 179

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

Shades of Dark Orchid #9117B3

Tints of Dark Orchid #9117B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.59%

R = 41.79%
G = 6.63%
B = 51.59%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9117B3 (or 0x9117B3) is known color: Dark Orchid. HEX triplet: 91, 17 and B3. RGB value is (145,23,179). Sum of RGB (Red+Green+Blue) = 145+23+179=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #9117B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117B3 is #6EE84C. Grayscale: #4C4C4C. Windows color (decimal): -7268429 or 11736977. OLE color: 11736977.

HSL color Cylindrical-coordinate representation of color #9117B3: hue angle of 286.92º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9117B3 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 145 23 179 -
CMYK 0.19 0.87 0 0.30
HSL 286.92º 0.77% 0.4% -
HSV(B) 286.92º 0.87% 0.7% -
XYZ 20.12 9.89 43.5 -
YUV 77.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 145 23 179 0.19 0.87 0 0.30 286.92 0.77 0.4
Hex 91 17 B3 13 57 0 1E 11F 4D 28
Octal 221 27 263 23 127 0 36 437 115 50
Binary 10010001 10111 10110011 10011 1010111 0 11110 100011111 1001101 101000

Color Harmonies of #9117B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9117B3

Black with #9117B3

Text Example


Text Example

White with #9117B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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