Html Css Color HEX #9319CC Dark Orchid

📋 copy color: '#9319CC'

red 147 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #9319CC

Tints of Dark Orchid #9319CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

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

R = 39.1%
G = 6.65%
B = 54.26%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9319CC (or 0x9319CC) is known color: Dark Orchid. HEX triplet: 93, 19 and CC. RGB value is (147,25,204). Sum of RGB (Red+Green+Blue) = 147+25+204=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #9319CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319CC is #6CE633. Grayscale: #515151. Windows color (decimal): -7136820 or 13375891. OLE color: 13375891.

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

Color convert

RGB 147 25 204 -
CMYK 0.28 0.88 0 0.2
HSL 280.89º 0.78% 0.45% -
HSV(B) 280.89º 0.88% 0.8% -
XYZ 23.28 11.26 58.07 -
YUV 81.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 147 25 204 0.28 0.88 0 0.2 280.89 0.78 0.45
Hex 93 19 CC 1C 58 0 14 119 4E 2D
Octal 223 31 314 34 130 0 24 431 116 55
Binary 10010011 11001 11001100 11100 1011000 0 10100 100011001 1001110 101101

Color Harmonies of #9319CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9319CC

Black with #9319CC

Text Example


Text Example

White with #9319CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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