Html Css Color HEX #9130AE Dark Orchid

📋 copy color: '#9130AE'

red 145 ◦ green 48 ◦ blue 174

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

Shades of Dark Orchid #9130AE

Tints of Dark Orchid #9130AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 39.51%
G = 13.08%
B = 47.41%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9130AE (or 0x9130AE) is known color: Dark Orchid. HEX triplet: 91, 30 and AE. RGB value is (145,48,174). Sum of RGB (Red+Green+Blue) = 145+48+174=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #9130AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9130AE is #6ECF51. Grayscale: #5A5A5A. Windows color (decimal): -7262034 or 11415697. OLE color: 11415697.

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

Color convert

RGB 145 48 174 -
CMYK 0.17 0.72 0 0.32
HSL 286.19º 0.57% 0.44% -
HSV(B) 286.19º 0.72% 0.68% -
XYZ 20.37 11.19 41.13 -
YUV 91.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 145 48 174 0.17 0.72 0 0.32 286.19 0.57 0.44
Hex 91 30 AE 11 48 0 20 11E 39 2C
Octal 221 60 256 21 110 0 40 436 71 54
Binary 10010001 110000 10101110 10001 1001000 0 100000 100011110 111001 101100

Color Harmonies of #9130AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9130AE

Black with #9130AE

Text Example


Text Example

White with #9130AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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