Html Css Color HEX #9320CC Dark Orchid

📋 copy color: '#9320CC'

red 147 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #9320CC

Tints of Dark Orchid #9320CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 38.38%
G = 8.36%
B = 53.26%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9320CC (or 0x9320CC) is known color: Dark Orchid. HEX triplet: 93, 20 and CC. RGB value is (147,32,204). Sum of RGB (Red+Green+Blue) = 147+32+204=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #9320CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320CC is #6CDF33. Grayscale: #555555. Windows color (decimal): -7135028 or 13377683. OLE color: 13377683.

HSL color Cylindrical-coordinate representation of color #9320CC: hue angle of 280.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9320CC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 32 204 -
CMYK 0.28 0.84 0 0.2
HSL 280.12º 0.73% 0.46% -
HSV(B) 280.12º 0.84% 0.8% -
XYZ 23.45 11.6 58.13 -
YUV 85.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 147 32 204 0.28 0.84 0 0.2 280.12 0.73 0.46
Hex 93 20 CC 1C 54 0 14 118 49 2E
Octal 223 40 314 34 124 0 24 430 111 56
Binary 10010011 100000 11001100 11100 1010100 0 10100 100011000 1001001 101110

Color Harmonies of #9320CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9320CC

Black with #9320CC

Text Example


Text Example

White with #9320CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9320CC; }

 p { color: rgb(147,32,204); }

 H1.HeaderClassName
 {
   color: #9320CC;
 }
 .AnyTagClassName
 {
   color: #9320CC;
 }
</style>

background-color css

<style>
 a { background-color: #9320CC; }

 a { background-color: rgb(147,32,204); }

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

border-color css

<style>
 span { border-color: #9320CC; }

 span { border-color: rgb(147,32,204); }

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