Html Css Color HEX #9744DC Dark Orchid

📋 copy color: '#9744DC'

red 151 ◦ green 68 ◦ blue 220

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

Shades of Dark Orchid #9744DC

Tints of Dark Orchid #9744DC

RGB

 RED value IS 151 (59.38% from 255) = 34.4%

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 34.4%
G = 15.49%
B = 50.11%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9744DC (or 0x9744DC) is known color: Dark Orchid. HEX triplet: 97, 44 and DC. RGB value is (151,68,220). Sum of RGB (Red+Green+Blue) = 151+68+220=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #9744DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9744DC is #68BB23. Grayscale: #6D6D6D. Windows color (decimal): -6863652 or 14435479. OLE color: 14435479.

HSL color Cylindrical-coordinate representation of color #9744DC: hue angle of 272.76º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9744DC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 68 220 -
CMYK 0.31 0.69 0 0.14
HSL 272.76º 0.68% 0.56% -
HSV(B) 272.76º 0.69% 0.86% -
XYZ 27.75 15.88 69.31 -
YUV 110.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 151 68 220 0.31 0.69 0 0.14 272.76 0.68 0.56
Hex 97 44 DC 1F 45 0 E 111 44 38
Octal 227 104 334 37 105 0 16 421 104 70
Binary 10010111 1000100 11011100 11111 1000101 0 1110 100010001 1000100 111000

Color Harmonies of #9744DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9744DC

Black with #9744DC

Text Example


Text Example

White with #9744DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9744DC; }

 p { color: rgb(151,68,220); }

 H1.HeaderClassName
 {
   color: #9744DC;
 }
 .AnyTagClassName
 {
   color: #9744DC;
 }
</style>

background-color css

<style>
 a { background-color: #9744DC; }

 a { background-color: rgb(151,68,220); }

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

border-color css

<style>
 span { border-color: #9744DC; }

 span { border-color: rgb(151,68,220); }

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