Html Css Color HEX #9127AC Dark Orchid

📋 copy color: '#9127AC'

red 145 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #9127AC

Tints of Dark Orchid #9127AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 40.73%
G = 10.96%
B = 48.31%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9127AC (or 0x9127AC) is known color: Dark Orchid. HEX triplet: 91, 27 and AC. RGB value is (145,39,172). Sum of RGB (Red+Green+Blue) = 145+39+172=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #9127AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9127AC is #6ED853. Grayscale: #555555. Windows color (decimal): -7264340 or 11282321. OLE color: 11282321.

HSL color Cylindrical-coordinate representation of color #9127AC: hue angle of 287.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9127AC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 39 172 -
CMYK 0.16 0.77 0 0.33
HSL 287.82º 0.63% 0.41% -
HSV(B) 287.82º 0.77% 0.67% -
XYZ 19.85 10.45 40 -
YUV 85.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 145 39 172 0.16 0.77 0 0.33 287.82 0.63 0.41
Hex 91 27 AC 10 4D 0 21 120 3F 29
Octal 221 47 254 20 115 0 41 440 77 51
Binary 10010001 100111 10101100 10000 1001101 0 100001 100100000 111111 101001

Color Harmonies of #9127AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9127AC

Black with #9127AC

Text Example


Text Example

White with #9127AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9127AC; }

 p { color: rgb(145,39,172); }

 H1.HeaderClassName
 {
   color: #9127AC;
 }
 .AnyTagClassName
 {
   color: #9127AC;
 }
</style>

background-color css

<style>
 a { background-color: #9127AC; }

 a { background-color: rgb(145,39,172); }

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

border-color css

<style>
 span { border-color: #9127AC; }

 span { border-color: rgb(145,39,172); }

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