Html Css Color HEX #9333AE Dark Orchid

📋 copy color: '#9333AE'

red 147 ◦ green 51 ◦ blue 174

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

Shades of Dark Orchid #9333AE

Tints of Dark Orchid #9333AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 39.52%
G = 13.71%
B = 46.77%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9333AE (or 0x9333AE) is known color: Dark Orchid. HEX triplet: 93, 33 and AE. RGB value is (147,51,174). Sum of RGB (Red+Green+Blue) = 147+51+174=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9333AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9333AE is #6CCC51. Grayscale: #5D5D5D. Windows color (decimal): -7130194 or 11416467. OLE color: 11416467.

HSL color Cylindrical-coordinate representation of color #9333AE: hue angle of 286.83º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9333AE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 51 174 -
CMYK 0.16 0.71 0 0.32
HSL 286.83º 0.55% 0.44% -
HSV(B) 286.83º 0.71% 0.68% -
XYZ 20.86 11.63 41.19 -
YUV 93.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 147 51 174 0.16 0.71 0 0.32 286.83 0.55 0.44
Hex 93 33 AE 10 47 0 20 11F 37 2C
Octal 223 63 256 20 107 0 40 437 67 54
Binary 10010011 110011 10101110 10000 1000111 0 100000 100011111 110111 101100

Color Harmonies of #9333AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9333AE

Black with #9333AE

Text Example


Text Example

White with #9333AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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