Html Css Color HEX #9129BB Dark Orchid

📋 copy color: '#9129BB'

red 145 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #9129BB

Tints of Dark Orchid #9129BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 38.87%
G = 10.99%
B = 50.13%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9129BB (or 0x9129BB) is known color: Dark Orchid. HEX triplet: 91, 29 and BB. RGB value is (145,41,187). Sum of RGB (Red+Green+Blue) = 145+41+187=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9129BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9129BB is #6ED644. Grayscale: #585858. Windows color (decimal): -7263813 or 12265873. OLE color: 12265873.

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

Color convert

RGB 145 41 187 -
CMYK 0.22 0.78 0 0.27
HSL 282.74º 0.64% 0.45% -
HSV(B) 282.74º 0.78% 0.73% -
XYZ 21.44 11.19 48.04 -
YUV 88.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 145 41 187 0.22 0.78 0 0.27 282.74 0.64 0.45
Hex 91 29 BB 16 4E 0 1B 11B 40 2D
Octal 221 51 273 26 116 0 33 433 100 55
Binary 10010001 101001 10111011 10110 1001110 0 11011 100011011 1000000 101101

Color Harmonies of #9129BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9129BB

Black with #9129BB

Text Example


Text Example

White with #9129BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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