Html Css Color HEX #9346D7 Dark Orchid

📋 copy color: '#9346D7'

red 147 ◦ green 70 ◦ blue 215

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

Shades of Dark Orchid #9346D7

Tints of Dark Orchid #9346D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.77%

R = 34.03%
G = 16.2%
B = 49.77%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9346D7 (or 0x9346D7) is known color: Dark Orchid. HEX triplet: 93, 46 and D7. RGB value is (147,70,215). Sum of RGB (Red+Green+Blue) = 147+70+215=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #9346D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346D7 is #6CB928. Grayscale: #6D6D6D. Windows color (decimal): -7125289 or 14108307. OLE color: 14108307.

HSL color Cylindrical-coordinate representation of color #9346D7: hue angle of 271.86º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9346D7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 70 215 -
CMYK 0.32 0.67 0 0.16
HSL 271.86º 0.64% 0.56% -
HSV(B) 271.86º 0.67% 0.84% -
XYZ 26.49 15.49 65.88 -
YUV 109.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 147 70 215 0.32 0.67 0 0.16 271.86 0.64 0.56
Hex 93 46 D7 20 43 0 10 110 40 38
Octal 223 106 327 40 103 0 20 420 100 70
Binary 10010011 1000110 11010111 100000 1000011 0 10000 100010000 1000000 111000

Color Harmonies of #9346D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346D7

Black with #9346D7

Text Example


Text Example

White with #9346D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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