Html Css Color HEX #9336BA Dark Orchid

📋 copy color: '#9336BA'

red 147 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #9336BA

Tints of Dark Orchid #9336BA

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

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

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

R = 37.98%
G = 13.95%
B = 48.06%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9336BA (or 0x9336BA) is known color: Dark Orchid. HEX triplet: 93, 36 and BA. RGB value is (147,54,186). Sum of RGB (Red+Green+Blue) = 147+54+186=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 54 (21.48% from 255 or 13.95% 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 #9336BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336BA is #6CC945. Grayscale: #606060. Windows color (decimal): -7129414 or 12203667. OLE color: 12203667.

HSL color Cylindrical-coordinate representation of color #9336BA: hue angle of 282.27º 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 #9336BA is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 54 186 -
CMYK 0.21 0.71 0 0.27
HSL 282.27º 0.55% 0.47% -
HSV(B) 282.27º 0.71% 0.73% -
XYZ 22.21 12.39 47.67 -
YUV 96.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 147 54 186 0.21 0.71 0 0.27 282.27 0.55 0.47
Hex 93 36 BA 15 47 0 1B 11A 37 2F
Octal 223 66 272 25 107 0 33 432 67 57
Binary 10010011 110110 10111010 10101 1000111 0 11011 100011010 110111 101111

Color Harmonies of #9336BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9336BA

Black with #9336BA

Text Example


Text Example

White with #9336BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,54,186); }

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

background-color css

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

 a { background-color: rgb(147,54,186); }

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

border-color css

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

 span { border-color: rgb(147,54,186); }

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