Html Css Color HEX #9345DA Dark Orchid

📋 copy color: '#9345DA'

red 147 ◦ green 69 ◦ blue 218

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

Shades of Dark Orchid #9345DA

Tints of Dark Orchid #9345DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 33.87%
G = 15.9%
B = 50.23%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9345DA (or 0x9345DA) is known color: Dark Orchid. HEX triplet: 93, 45 and DA. RGB value is (147,69,218). Sum of RGB (Red+Green+Blue) = 147+69+218=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #9345DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345DA is #6CBA25. Grayscale: #6C6C6C. Windows color (decimal): -7125542 or 14304659. OLE color: 14304659.

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

Color convert

RGB 147 69 218 -
CMYK 0.33 0.68 0 0.15
HSL 271.41º 0.67% 0.56% -
HSV(B) 271.41º 0.68% 0.85% -
XYZ 26.82 15.52 67.91 -
YUV 109.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 147 69 218 0.33 0.68 0 0.15 271.41 0.67 0.56
Hex 93 45 DA 21 44 0 F 10F 43 38
Octal 223 105 332 41 104 0 17 417 103 70
Binary 10010011 1000101 11011010 100001 1000100 0 1111 100001111 1000011 111000

Color Harmonies of #9345DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9345DA

Black with #9345DA

Text Example


Text Example

White with #9345DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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