Html Css Color HEX #9136BB Dark Orchid

📋 copy color: '#9136BB'

red 145 ◦ green 54 ◦ blue 187

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

Shades of Dark Orchid #9136BB

Tints of Dark Orchid #9136BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

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

R = 37.56%
G = 13.99%
B = 48.45%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9136BB (or 0x9136BB) is known color: Dark Orchid. HEX triplet: 91, 36 and BB. RGB value is (145,54,187). Sum of RGB (Red+Green+Blue) = 145+54+187=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #9136BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136BB is #6EC944. Grayscale: #5F5F5F. Windows color (decimal): -7260485 or 12269201. OLE color: 12269201.

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

Color convert

RGB 145 54 187 -
CMYK 0.22 0.71 0 0.27
HSL 281.05º 0.55% 0.47% -
HSV(B) 281.05º 0.71% 0.73% -
XYZ 21.97 12.25 48.22 -
YUV 96.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 145 54 187 0.22 0.71 0 0.27 281.05 0.55 0.47
Hex 91 36 BB 16 47 0 1B 119 37 2F
Octal 221 66 273 26 107 0 33 431 67 57
Binary 10010001 110110 10111011 10110 1000111 0 11011 100011001 110111 101111

Color Harmonies of #9136BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136BB

Black with #9136BB

Text Example


Text Example

White with #9136BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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