Html Css Color HEX #9347DB Dark Orchid

📋 copy color: '#9347DB'

red 147 ◦ green 71 ◦ blue 219

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

Shades of Dark Orchid #9347DB

Tints of Dark Orchid #9347DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 33.64%
G = 16.25%
B = 50.11%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9347DB (or 0x9347DB) is known color: Dark Orchid. HEX triplet: 93, 47 and DB. RGB value is (147,71,219). Sum of RGB (Red+Green+Blue) = 147+71+219=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #9347DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347DB is #6CB824. Grayscale: #6E6E6E. Windows color (decimal): -7125029 or 14370707. OLE color: 14370707.

HSL color Cylindrical-coordinate representation of color #9347DB: hue angle of 270.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9347DB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 71 219 -
CMYK 0.33 0.68 0 0.14
HSL 270.81º 0.67% 0.57% -
HSV(B) 270.81º 0.68% 0.86% -
XYZ 27.07 15.82 68.65 -
YUV 110.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 147 71 219 0.33 0.68 0 0.14 270.81 0.67 0.57
Hex 93 47 DB 21 44 0 E 10F 43 39
Octal 223 107 333 41 104 0 16 417 103 71
Binary 10010011 1000111 11011011 100001 1000100 0 1110 100001111 1000011 111001

Color Harmonies of #9347DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9347DB

Black with #9347DB

Text Example


Text Example

White with #9347DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9347DB; }

 p { color: rgb(147,71,219); }

 H1.HeaderClassName
 {
   color: #9347DB;
 }
 .AnyTagClassName
 {
   color: #9347DB;
 }
</style>

background-color css

<style>
 a { background-color: #9347DB; }

 a { background-color: rgb(147,71,219); }

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

border-color css

<style>
 span { border-color: #9347DB; }

 span { border-color: rgb(147,71,219); }

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