Html Css Color HEX #9345CD Dark Orchid

📋 copy color: '#9345CD'

red 147 ◦ green 69 ◦ blue 205

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

Shades of Dark Orchid #9345CD

Tints of Dark Orchid #9345CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 34.92%
G = 16.39%
B = 48.69%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9345CD (or 0x9345CD) is known color: Dark Orchid. HEX triplet: 93, 45 and CD. RGB value is (147,69,205). Sum of RGB (Red+Green+Blue) = 147+69+205=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #9345CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345CD is #6CBA32. Grayscale: #6B6B6B. Windows color (decimal): -7125555 or 13452691. OLE color: 13452691.

HSL color Cylindrical-coordinate representation of color #9345CD: hue angle of 274.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9345CD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 69 205 -
CMYK 0.28 0.66 0 0.20
HSL 274.41º 0.58% 0.54% -
HSV(B) 274.41º 0.66% 0.8% -
XYZ 25.18 14.87 59.3 -
YUV 107.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 147 69 205 0.28 0.66 0 0.20 274.41 0.58 0.54
Hex 93 45 CD 1C 42 0 14 112 3A 36
Octal 223 105 315 34 102 0 24 422 72 66
Binary 10010011 1000101 11001101 11100 1000010 0 10100 100010010 111010 110110

Color Harmonies of #9345CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9345CD

Black with #9345CD

Text Example


Text Example

White with #9345CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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