Html Css Color HEX #9136BE Dark Orchid

📋 copy color: '#9136BE'

red 145 ◦ green 54 ◦ blue 190

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

Shades of Dark Orchid #9136BE

Tints of Dark Orchid #9136BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 37.28%
G = 13.88%
B = 48.84%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9136BE (or 0x9136BE) is known color: Dark Orchid. HEX triplet: 91, 36 and BE. RGB value is (145,54,190). Sum of RGB (Red+Green+Blue) = 145+54+190=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9136BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136BE is #6EC941. Grayscale: #606060. Windows color (decimal): -7260482 or 12465809. OLE color: 12465809.

HSL color Cylindrical-coordinate representation of color #9136BE: hue angle of 280.15º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9136BE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 54 190 -
CMYK 0.24 0.72 0 0.25
HSL 280.15º 0.56% 0.48% -
HSV(B) 280.15º 0.72% 0.75% -
XYZ 22.29 12.38 49.93 -
YUV 96.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 145 54 190 0.24 0.72 0 0.25 280.15 0.56 0.48
Hex 91 36 BE 18 48 0 19 118 38 30
Octal 221 66 276 30 110 0 31 430 70 60
Binary 10010001 110110 10111110 11000 1001000 0 11001 100011000 111000 110000

Color Harmonies of #9136BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136BE

Black with #9136BE

Text Example


Text Example

White with #9136BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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