Html Css Color HEX #9330AC Dark Orchid

📋 copy color: '#9330AC'

red 147 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #9330AC

Tints of Dark Orchid #9330AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 40.05%
G = 13.08%
B = 46.87%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9330AC (or 0x9330AC) is known color: Dark Orchid. HEX triplet: 93, 30 and AC. RGB value is (147,48,172). Sum of RGB (Red+Green+Blue) = 147+48+172=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #9330AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9330AC is #6CCF53. Grayscale: #5B5B5B. Windows color (decimal): -7130964 or 11284627. OLE color: 11284627.

HSL color Cylindrical-coordinate representation of color #9330AC: hue angle of 287.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9330AC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 48 172 -
CMYK 0.15 0.72 0 0.33
HSL 287.9º 0.56% 0.43% -
HSV(B) 287.9º 0.72% 0.67% -
XYZ 20.54 11.3 40.13 -
YUV 91.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 147 48 172 0.15 0.72 0 0.33 287.9 0.56 0.43
Hex 93 30 AC F 48 0 21 120 38 2B
Octal 223 60 254 17 110 0 41 440 70 53
Binary 10010011 110000 10101100 1111 1001000 0 100001 100100000 111000 101011

Color Harmonies of #9330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9330AC

Black with #9330AC

Text Example


Text Example

White with #9330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9330AC; }

 p { color: rgb(147,48,172); }

 H1.HeaderClassName
 {
   color: #9330AC;
 }
 .AnyTagClassName
 {
   color: #9330AC;
 }
</style>

background-color css

<style>
 a { background-color: #9330AC; }

 a { background-color: rgb(147,48,172); }

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

border-color css

<style>
 span { border-color: #9330AC; }

 span { border-color: rgb(147,48,172); }

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