Html Css Color HEX #9136B1 Dark Orchid

📋 copy color: '#9136B1'

red 145 ◦ green 54 ◦ blue 177

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

Shades of Dark Orchid #9136B1

Tints of Dark Orchid #9136B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 38.56%
G = 14.36%
B = 47.07%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9136B1 (or 0x9136B1) is known color: Dark Orchid. HEX triplet: 91, 36 and B1. RGB value is (145,54,177). Sum of RGB (Red+Green+Blue) = 145+54+177=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #9136B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9136B1 is #6EC94E. Grayscale: #5E5E5E. Windows color (decimal): -7260495 or 11613841. OLE color: 11613841.

HSL color Cylindrical-coordinate representation of color #9136B1: hue angle of 284.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9136B1 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 54 177 -
CMYK 0.18 0.69 0 0.31
HSL 284.39º 0.53% 0.45% -
HSV(B) 284.39º 0.69% 0.69% -
XYZ 20.93 11.83 42.78 -
YUV 95.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 145 54 177 0.18 0.69 0 0.31 284.39 0.53 0.45
Hex 91 36 B1 12 45 0 1F 11C 35 2D
Octal 221 66 261 22 105 0 37 434 65 55
Binary 10010001 110110 10110001 10010 1000101 0 11111 100011100 110101 101101

Color Harmonies of #9136B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136B1

Black with #9136B1

Text Example


Text Example

White with #9136B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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