Html Css Color HEX #9344CC Dark Orchid

📋 copy color: '#9344CC'

red 147 ◦ green 68 ◦ blue 204

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

Shades of Dark Orchid #9344CC

Tints of Dark Orchid #9344CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 35.08%
G = 16.23%
B = 48.69%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9344CC (or 0x9344CC) is known color: Dark Orchid. HEX triplet: 93, 44 and CC. RGB value is (147,68,204). Sum of RGB (Red+Green+Blue) = 147+68+204=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9344CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344CC is #6CBB33. Grayscale: #6A6A6A. Windows color (decimal): -7125812 or 13386899. OLE color: 13386899.

HSL color Cylindrical-coordinate representation of color #9344CC: hue angle of 274.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9344CC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 68 204 -
CMYK 0.28 0.67 0 0.2
HSL 274.85º 0.57% 0.53% -
HSV(B) 274.85º 0.67% 0.8% -
XYZ 25 14.7 58.65 -
YUV 107.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 147 68 204 0.28 0.67 0 0.2 274.85 0.57 0.53
Hex 93 44 CC 1C 43 0 14 113 39 35
Octal 223 104 314 34 103 0 24 423 71 65
Binary 10010011 1000100 11001100 11100 1000011 0 10100 100010011 111001 110101

Color Harmonies of #9344CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9344CC

Black with #9344CC

Text Example


Text Example

White with #9344CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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