Html Css Color HEX #9341CD Dark Orchid

📋 copy color: '#9341CD'

red 147 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #9341CD

Tints of Dark Orchid #9341CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 35.25%
G = 15.59%
B = 49.16%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9341CD (or 0x9341CD) is known color: Dark Orchid. HEX triplet: 93, 41 and CD. RGB value is (147,65,205). Sum of RGB (Red+Green+Blue) = 147+65+205=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #9341CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341CD is #6CBE32. Grayscale: #696969. Windows color (decimal): -7126579 or 13451667. OLE color: 13451667.

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

Color convert

RGB 147 65 205 -
CMYK 0.28 0.68 0 0.20
HSL 275.14º 0.58% 0.53% -
HSV(B) 275.14º 0.68% 0.8% -
XYZ 24.94 14.39 59.22 -
YUV 105.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 147 65 205 0.28 0.68 0 0.20 275.14 0.58 0.53
Hex 93 41 CD 1C 44 0 14 113 3A 35
Octal 223 101 315 34 104 0 24 423 72 65
Binary 10010011 1000001 11001101 11100 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9341CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341CD

Black with #9341CD

Text Example


Text Example

White with #9341CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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