Html Css Color HEX #9138BA Dark Orchid

📋 copy color: '#9138BA'

red 145 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #9138BA

Tints of Dark Orchid #9138BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.47%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 37.47%
G = 14.47%
B = 48.06%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9138BA (or 0x9138BA) is known color: Dark Orchid. HEX triplet: 91, 38 and BA. RGB value is (145,56,186). Sum of RGB (Red+Green+Blue) = 145+56+186=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9138BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138BA is #6EC745. Grayscale: #616161. Windows color (decimal): -7259974 or 12204177. OLE color: 12204177.

HSL color Cylindrical-coordinate representation of color #9138BA: hue angle of 281.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9138BA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 56 186 -
CMYK 0.22 0.70 0 0.27
HSL 281.08º 0.54% 0.47% -
HSV(B) 281.08º 0.7% 0.73% -
XYZ 21.95 12.39 47.69 -
YUV 97.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 145 56 186 0.22 0.70 0 0.27 281.08 0.54 0.47
Hex 91 38 BA 16 46 0 1B 119 36 2F
Octal 221 70 272 26 106 0 33 431 66 57
Binary 10010001 111000 10111010 10110 1000110 0 11011 100011001 110110 101111

Color Harmonies of #9138BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9138BA

Black with #9138BA

Text Example


Text Example

White with #9138BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9138BA; }

 p { color: rgb(145,56,186); }

 H1.HeaderClassName
 {
   color: #9138BA;
 }
 .AnyTagClassName
 {
   color: #9138BA;
 }
</style>

background-color css

<style>
 a { background-color: #9138BA; }

 a { background-color: rgb(145,56,186); }

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

border-color css

<style>
 span { border-color: #9138BA; }

 span { border-color: rgb(145,56,186); }

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