Html Css Color HEX #9127BA Dark Orchid

📋 copy color: '#9127BA'

red 145 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #9127BA

Tints of Dark Orchid #9127BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 39.19%
G = 10.54%
B = 50.27%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9127BA (or 0x9127BA) is known color: Dark Orchid. HEX triplet: 91, 27 and BA. RGB value is (145,39,186). Sum of RGB (Red+Green+Blue) = 145+39+186=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #9127BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127BA is #6ED845. Grayscale: #565656. Windows color (decimal): -7264326 or 12199825. OLE color: 12199825.

HSL color Cylindrical-coordinate representation of color #9127BA: hue angle of 283.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9127BA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 39 186 -
CMYK 0.22 0.79 0 0.27
HSL 283.27º 0.65% 0.44% -
HSV(B) 283.27º 0.79% 0.73% -
XYZ 21.27 11.02 47.46 -
YUV 87.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 145 39 186 0.22 0.79 0 0.27 283.27 0.65 0.44
Hex 91 27 BA 16 4F 0 1B 11B 41 2C
Octal 221 47 272 26 117 0 33 433 101 54
Binary 10010001 100111 10111010 10110 1001111 0 11011 100011011 1000001 101100

Color Harmonies of #9127BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9127BA

Black with #9127BA

Text Example


Text Example

White with #9127BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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