Html Css Color HEX #9339BA Dark Orchid

📋 copy color: '#9339BA'

red 147 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #9339BA

Tints of Dark Orchid #9339BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

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

R = 37.69%
G = 14.62%
B = 47.69%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9339BA (or 0x9339BA) is known color: Dark Orchid. HEX triplet: 93, 39 and BA. RGB value is (147,57,186). Sum of RGB (Red+Green+Blue) = 147+57+186=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9339BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339BA is #6CC645. Grayscale: #626262. Windows color (decimal): -7128646 or 12204435. OLE color: 12204435.

HSL color Cylindrical-coordinate representation of color #9339BA: hue angle of 281.86º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9339BA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 57 186 -
CMYK 0.21 0.69 0 0.27
HSL 281.86º 0.53% 0.48% -
HSV(B) 281.86º 0.69% 0.73% -
XYZ 22.36 12.67 47.72 -
YUV 98.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 147 57 186 0.21 0.69 0 0.27 281.86 0.53 0.48
Hex 93 39 BA 15 45 0 1B 11A 35 30
Octal 223 71 272 25 105 0 33 432 65 60
Binary 10010011 111001 10111010 10101 1000101 0 11011 100011010 110101 110000

Color Harmonies of #9339BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9339BA

Black with #9339BA

Text Example


Text Example

White with #9339BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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