Html Css Color HEX #9317BA Dark Orchid

📋 copy color: '#9317BA'

red 147 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #9317BA

Tints of Dark Orchid #9317BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 41.29%
G = 6.46%
B = 52.25%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9317BA (or 0x9317BA) is known color: Dark Orchid. HEX triplet: 93, 17 and BA. RGB value is (147,23,186). Sum of RGB (Red+Green+Blue) = 147+23+186=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9317BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9317BA is #6CE845. Grayscale: #4E4E4E. Windows color (decimal): -7137350 or 12195731. OLE color: 12195731.

HSL color Cylindrical-coordinate representation of color #9317BA: hue angle of 285.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9317BA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 23 186 -
CMYK 0.21 0.88 0 0.27
HSL 285.64º 0.78% 0.41% -
HSV(B) 285.64º 0.88% 0.73% -
XYZ 21.2 10.36 47.34 -
YUV 78.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 147 23 186 0.21 0.88 0 0.27 285.64 0.78 0.41
Hex 93 17 BA 15 58 0 1B 11E 4E 29
Octal 223 27 272 25 130 0 33 436 116 51
Binary 10010011 10111 10111010 10101 1011000 0 11011 100011110 1001110 101001

Color Harmonies of #9317BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9317BA

Black with #9317BA

Text Example


Text Example

White with #9317BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9317BA; }

 p { color: rgb(147,23,186); }

 H1.HeaderClassName
 {
   color: #9317BA;
 }
 .AnyTagClassName
 {
   color: #9317BA;
 }
</style>

background-color css

<style>
 a { background-color: #9317BA; }

 a { background-color: rgb(147,23,186); }

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

border-color css

<style>
 span { border-color: #9317BA; }

 span { border-color: rgb(147,23,186); }

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