Html Css Color HEX #9345DB Dark Orchid

📋 copy color: '#9345DB'

red 147 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #9345DB

Tints of Dark Orchid #9345DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

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

R = 33.79%
G = 15.86%
B = 50.34%

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

#9345DB (or 0x9345DB) is known color: Dark Orchid. HEX triplet: 93, 45 and DB. RGB value is (147,69,219). Sum of RGB (Red+Green+Blue) = 147+69+219=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #9345DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345DB is #6CBA24. Grayscale: #6C6C6C. Windows color (decimal): -7125541 or 14370195. OLE color: 14370195.

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

Color convert

RGB 147 69 219 -
CMYK 0.33 0.68 0 0.14
HSL 271.2º 0.68% 0.56% -
HSV(B) 271.2º 0.68% 0.86% -
XYZ 26.95 15.57 68.6 -
YUV 109.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 147 69 219 0.33 0.68 0 0.14 271.2 0.68 0.56
Hex 93 45 DB 21 44 0 E 10F 44 38
Octal 223 105 333 41 104 0 16 417 104 70
Binary 10010011 1000101 11011011 100001 1000100 0 1110 100001111 1000100 111000

Color Harmonies of #9345DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9345DB

Black with #9345DB

Text Example


Text Example

White with #9345DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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