Html Css Color HEX #9333BA Dark Orchid

📋 copy color: '#9333BA'

red 147 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #9333BA

Tints of Dark Orchid #9333BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

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

R = 38.28%
G = 13.28%
B = 48.44%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9333BA (or 0x9333BA) is known color: Dark Orchid. HEX triplet: 93, 33 and BA. RGB value is (147,51,186). Sum of RGB (Red+Green+Blue) = 147+51+186=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9333BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9333BA is #6CCC45. Grayscale: #5E5E5E. Windows color (decimal): -7130182 or 12202899. OLE color: 12202899.

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

Color convert

RGB 147 51 186 -
CMYK 0.21 0.73 0 0.27
HSL 282.67º 0.57% 0.46% -
HSV(B) 282.67º 0.73% 0.73% -
XYZ 22.08 12.12 47.63 -
YUV 95.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 147 51 186 0.21 0.73 0 0.27 282.67 0.57 0.46
Hex 93 33 BA 15 49 0 1B 11B 39 2E
Octal 223 63 272 25 111 0 33 433 71 56
Binary 10010011 110011 10111010 10101 1001001 0 11011 100011011 111001 101110

Color Harmonies of #9333BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9333BA

Black with #9333BA

Text Example


Text Example

White with #9333BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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