Html Css Color HEX #9343DB Dark Orchid

📋 copy color: '#9343DB'

red 147 ◦ green 67 ◦ blue 219

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

Shades of Dark Orchid #9343DB

Tints of Dark Orchid #9343DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 33.95%
G = 15.47%
B = 50.58%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9343DB (or 0x9343DB) is known color: Dark Orchid. HEX triplet: 93, 43 and DB. RGB value is (147,67,219). Sum of RGB (Red+Green+Blue) = 147+67+219=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #9343DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9343DB is #6CBC24. Grayscale: #6B6B6B. Windows color (decimal): -7126053 or 14369683. OLE color: 14369683.

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

Color convert

RGB 147 67 219 -
CMYK 0.33 0.69 0 0.14
HSL 271.58º 0.68% 0.56% -
HSV(B) 271.58º 0.69% 0.86% -
XYZ 26.83 15.33 68.56 -
YUV 108.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 147 67 219 0.33 0.69 0 0.14 271.58 0.68 0.56
Hex 93 43 DB 21 45 0 E 110 44 38
Octal 223 103 333 41 105 0 16 420 104 70
Binary 10010011 1000011 11011011 100001 1000101 0 1110 100010000 1000100 111000

Color Harmonies of #9343DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9343DB

Black with #9343DB

Text Example


Text Example

White with #9343DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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