Html Css Color HEX #9342CD Dark Orchid

📋 copy color: '#9342CD'

red 147 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #9342CD

Tints of Dark Orchid #9342CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 35.17%
G = 15.79%
B = 49.04%

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

#9342CD (or 0x9342CD) is known color: Dark Orchid. HEX triplet: 93, 42 and CD. RGB value is (147,66,205). Sum of RGB (Red+Green+Blue) = 147+66+205=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9342CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9342CD is #6CBD32. Grayscale: #696969. Windows color (decimal): -7126323 or 13451923. OLE color: 13451923.

HSL color Cylindrical-coordinate representation of color #9342CD: hue angle of 274.96º 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 #9342CD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 66 205 -
CMYK 0.28 0.68 0 0.20
HSL 274.96º 0.58% 0.53% -
HSV(B) 274.96º 0.68% 0.8% -
XYZ 25 14.51 59.24 -
YUV 106.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 147 66 205 0.28 0.68 0 0.20 274.96 0.58 0.53
Hex 93 42 CD 1C 44 0 14 113 3A 35
Octal 223 102 315 34 104 0 24 423 72 65
Binary 10010011 1000010 11001101 11100 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9342CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9342CD

Black with #9342CD

Text Example


Text Example

White with #9342CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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