Html Css Color HEX #9128BB Dark Orchid

📋 copy color: '#9128BB'

red 145 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #9128BB

Tints of Dark Orchid #9128BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 38.98%
G = 10.75%
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

#9128BB (or 0x9128BB) is known color: Dark Orchid. HEX triplet: 91, 28 and BB. RGB value is (145,40,187). Sum of RGB (Red+Green+Blue) = 145+40+187=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #9128BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128BB is #6ED744. Grayscale: #575757. Windows color (decimal): -7264069 or 12265617. OLE color: 12265617.

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

Color convert

RGB 145 40 187 -
CMYK 0.22 0.79 0 0.27
HSL 282.86º 0.65% 0.45% -
HSV(B) 282.86º 0.79% 0.73% -
XYZ 21.41 11.13 48.03 -
YUV 88.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 145 40 187 0.22 0.79 0 0.27 282.86 0.65 0.45
Hex 91 28 BB 16 4F 0 1B 11B 41 2D
Octal 221 50 273 26 117 0 33 433 101 55
Binary 10010001 101000 10111011 10110 1001111 0 11011 100011011 1000001 101101

Color Harmonies of #9128BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9128BB

Black with #9128BB

Text Example


Text Example

White with #9128BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9128BB; }

 p { color: rgb(145,40,187); }

 H1.HeaderClassName
 {
   color: #9128BB;
 }
 .AnyTagClassName
 {
   color: #9128BB;
 }
</style>

background-color css

<style>
 a { background-color: #9128BB; }

 a { background-color: rgb(145,40,187); }

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

border-color css

<style>
 span { border-color: #9128BB; }

 span { border-color: rgb(145,40,187); }

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