Html Css Color HEX #9349DB Dark Orchid

📋 copy color: '#9349DB'

red 147 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #9349DB

Tints of Dark Orchid #9349DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

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

R = 33.49%
G = 16.63%
B = 49.89%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9349DB (or 0x9349DB) is known color: Dark Orchid. HEX triplet: 93, 49 and DB. RGB value is (147,73,219). Sum of RGB (Red+Green+Blue) = 147+73+219=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #9349DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349DB is #6CB624. Grayscale: #6F6F6F. Windows color (decimal): -7124517 or 14371219. OLE color: 14371219.

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

Color convert

RGB 147 73 219 -
CMYK 0.33 0.67 0 0.14
HSL 270.41º 0.67% 0.57% -
HSV(B) 270.41º 0.67% 0.86% -
XYZ 27.2 16.08 68.69 -
YUV 111.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 147 73 219 0.33 0.67 0 0.14 270.41 0.67 0.57
Hex 93 49 DB 21 43 0 E 10E 43 39
Octal 223 111 333 41 103 0 16 416 103 71
Binary 10010011 1001001 11011011 100001 1000011 0 1110 100001110 1000011 111001

Color Harmonies of #9349DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9349DB

Black with #9349DB

Text Example


Text Example

White with #9349DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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