Html Css Color HEX #9130AD Dark Orchid

📋 copy color: '#9130AD'

red 145 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #9130AD

Tints of Dark Orchid #9130AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 39.62%
G = 13.11%
B = 47.27%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9130AD (or 0x9130AD) is known color: Dark Orchid. HEX triplet: 91, 30 and AD. RGB value is (145,48,173). Sum of RGB (Red+Green+Blue) = 145+48+173=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #9130AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9130AD is #6ECF52. Grayscale: #5A5A5A. Windows color (decimal): -7262035 or 11350161. OLE color: 11350161.

HSL color Cylindrical-coordinate representation of color #9130AD: hue angle of 286.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9130AD is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 48 173 -
CMYK 0.16 0.72 0 0.32
HSL 286.56º 0.57% 0.43% -
HSV(B) 286.56º 0.72% 0.68% -
XYZ 20.28 11.15 40.62 -
YUV 91.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 145 48 173 0.16 0.72 0 0.32 286.56 0.57 0.43
Hex 91 30 AD 10 48 0 20 11F 39 2B
Octal 221 60 255 20 110 0 40 437 71 53
Binary 10010001 110000 10101101 10000 1001000 0 100000 100011111 111001 101011

Color Harmonies of #9130AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9130AD

Black with #9130AD

Text Example


Text Example

White with #9130AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9130AD; }

 p { color: rgb(145,48,173); }

 H1.HeaderClassName
 {
   color: #9130AD;
 }
 .AnyTagClassName
 {
   color: #9130AD;
 }
</style>

background-color css

<style>
 a { background-color: #9130AD; }

 a { background-color: rgb(145,48,173); }

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

border-color css

<style>
 span { border-color: #9130AD; }

 span { border-color: rgb(145,48,173); }

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