Html Css Color HEX #9121BB Dark Orchid

📋 copy color: '#9121BB'

red 145 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #9121BB

Tints of Dark Orchid #9121BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 39.73%
G = 9.04%
B = 51.23%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9121BB (or 0x9121BB) is known color: Dark Orchid. HEX triplet: 91, 21 and BB. RGB value is (145,33,187). Sum of RGB (Red+Green+Blue) = 145+33+187=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #9121BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121BB is #6EDE44. Grayscale: #535353. Windows color (decimal): -7265861 or 12263825. OLE color: 12263825.

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

Color convert

RGB 145 33 187 -
CMYK 0.22 0.82 0 0.27
HSL 283.64º 0.7% 0.43% -
HSV(B) 283.64º 0.82% 0.73% -
XYZ 21.19 10.7 47.96 -
YUV 84.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 145 33 187 0.22 0.82 0 0.27 283.64 0.7 0.43
Hex 91 21 BB 16 52 0 1B 11C 46 2B
Octal 221 41 273 26 122 0 33 434 106 53
Binary 10010001 100001 10111011 10110 1010010 0 11011 100011100 1000110 101011

Color Harmonies of #9121BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9121BB

Black with #9121BB

Text Example


Text Example

White with #9121BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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