Html Css Color HEX #9336B9 Dark Orchid

📋 copy color: '#9336B9'

red 147 ◦ green 54 ◦ blue 185

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

Shades of Dark Orchid #9336B9

Tints of Dark Orchid #9336B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.93%

R = 38.08%
G = 13.99%
B = 47.93%

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

#9336B9 (or 0x9336B9) is known color: Dark Orchid. HEX triplet: 93, 36 and B9. RGB value is (147,54,185). Sum of RGB (Red+Green+Blue) = 147+54+185=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #9336B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336B9 is #6CC946. Grayscale: #606060. Windows color (decimal): -7129415 or 12138131. OLE color: 12138131.

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

Color convert

RGB 147 54 185 -
CMYK 0.21 0.71 0 0.27
HSL 282.6º 0.55% 0.47% -
HSV(B) 282.6º 0.71% 0.73% -
XYZ 22.11 12.34 47.12 -
YUV 96.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 147 54 185 0.21 0.71 0 0.27 282.6 0.55 0.47
Hex 93 36 B9 15 47 0 1B 11B 37 2F
Octal 223 66 271 25 107 0 33 433 67 57
Binary 10010011 110110 10111001 10101 1000111 0 11011 100011011 110111 101111

Color Harmonies of #9336B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9336B9

Black with #9336B9

Text Example


Text Example

White with #9336B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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