Html Css Color HEX #9346DB Dark Orchid

📋 copy color: '#9346DB'

red 147 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #9346DB

Tints of Dark Orchid #9346DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

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

R = 33.72%
G = 16.06%
B = 50.23%

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

#9346DB (or 0x9346DB) is known color: Dark Orchid. HEX triplet: 93, 46 and DB. RGB value is (147,70,219). Sum of RGB (Red+Green+Blue) = 147+70+219=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #9346DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346DB is #6CB924. Grayscale: #6D6D6D. Windows color (decimal): -7125285 or 14370451. OLE color: 14370451.

HSL color Cylindrical-coordinate representation of color #9346DB: hue angle of 271.01º 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 #9346DB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 70 219 -
CMYK 0.33 0.68 0 0.14
HSL 271.01º 0.67% 0.57% -
HSV(B) 271.01º 0.68% 0.86% -
XYZ 27.01 15.7 68.62 -
YUV 110.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 147 70 219 0.33 0.68 0 0.14 271.01 0.67 0.57
Hex 93 46 DB 21 44 0 E 10F 43 39
Octal 223 106 333 41 104 0 16 417 103 71
Binary 10010011 1000110 11011011 100001 1000100 0 1110 100001111 1000011 111001

Color Harmonies of #9346DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346DB

Black with #9346DB

Text Example


Text Example

White with #9346DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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