Html Css Color HEX #9342CC Dark Orchid

📋 copy color: '#9342CC'

red 147 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #9342CC

Tints of Dark Orchid #9342CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 35.25%
G = 15.83%
B = 48.92%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9342CC (or 0x9342CC) is known color: Dark Orchid. HEX triplet: 93, 42 and CC. RGB value is (147,66,204). Sum of RGB (Red+Green+Blue) = 147+66+204=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #9342CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9342CC is #6CBD33. Grayscale: #696969. Windows color (decimal): -7126324 or 13386387. OLE color: 13386387.

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

Color convert

RGB 147 66 204 -
CMYK 0.28 0.68 0 0.2
HSL 275.22º 0.58% 0.53% -
HSV(B) 275.22º 0.68% 0.8% -
XYZ 24.88 14.46 58.61 -
YUV 105.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 147 66 204 0.28 0.68 0 0.2 275.22 0.58 0.53
Hex 93 42 CC 1C 44 0 14 113 3A 35
Octal 223 102 314 34 104 0 24 423 72 65
Binary 10010011 1000010 11001100 11100 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9342CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9342CC

Black with #9342CC

Text Example


Text Example

White with #9342CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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