Html Css Color HEX #9328BC Dark Orchid

📋 copy color: '#9328BC'

red 147 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #9328BC

Tints of Dark Orchid #9328BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

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

R = 39.2%
G = 10.67%
B = 50.13%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9328BC (or 0x9328BC) is known color: Dark Orchid. HEX triplet: 93, 28 and BC. RGB value is (147,40,188). Sum of RGB (Red+Green+Blue) = 147+40+188=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #9328BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9328BC is #6CD743. Grayscale: #585858. Windows color (decimal): -7132996 or 12331155. OLE color: 12331155.

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

Color convert

RGB 147 40 188 -
CMYK 0.22 0.79 0 0.26
HSL 283.38º 0.65% 0.45% -
HSV(B) 283.38º 0.79% 0.74% -
XYZ 21.87 11.35 48.62 -
YUV 88.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 147 40 188 0.22 0.79 0 0.26 283.38 0.65 0.45
Hex 93 28 BC 16 4F 0 1A 11B 41 2D
Octal 223 50 274 26 117 0 32 433 101 55
Binary 10010011 101000 10111100 10110 1001111 0 11010 100011011 1000001 101101

Color Harmonies of #9328BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9328BC

Black with #9328BC

Text Example


Text Example

White with #9328BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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