Html Css Color HEX #9332BC Dark Orchid

📋 copy color: '#9332BC'

red 147 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #9332BC

Tints of Dark Orchid #9332BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 38.18%
G = 12.99%
B = 48.83%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9332BC (or 0x9332BC) is known color: Dark Orchid. HEX triplet: 93, 32 and BC. RGB value is (147,50,188). Sum of RGB (Red+Green+Blue) = 147+50+188=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9332BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9332BC is #6CCD43. Grayscale: #5E5E5E. Windows color (decimal): -7130436 or 12333715. OLE color: 12333715.

HSL color Cylindrical-coordinate representation of color #9332BC: hue angle of 282.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9332BC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 50 188 -
CMYK 0.22 0.73 0 0.26
HSL 282.17º 0.58% 0.47% -
HSV(B) 282.17º 0.73% 0.74% -
XYZ 22.25 12.12 48.74 -
YUV 94.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 147 50 188 0.22 0.73 0 0.26 282.17 0.58 0.47
Hex 93 32 BC 16 49 0 1A 11A 3A 2F
Octal 223 62 274 26 111 0 32 432 72 57
Binary 10010011 110010 10111100 10110 1001001 0 11010 100011010 111010 101111

Color Harmonies of #9332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9332BC

Black with #9332BC

Text Example


Text Example

White with #9332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9332BC; }

 p { color: rgb(147,50,188); }

 H1.HeaderClassName
 {
   color: #9332BC;
 }
 .AnyTagClassName
 {
   color: #9332BC;
 }
</style>

background-color css

<style>
 a { background-color: #9332BC; }

 a { background-color: rgb(147,50,188); }

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

border-color css

<style>
 span { border-color: #9332BC; }

 span { border-color: rgb(147,50,188); }

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