Html Css Color HEX #9744D6 Dark Orchid

📋 copy color: '#9744D6'

red 151 ◦ green 68 ◦ blue 214

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

Shades of Dark Orchid #9744D6

Tints of Dark Orchid #9744D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.42%

R = 34.87%
G = 15.7%
B = 49.42%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9744D6 (or 0x9744D6) is known color: Dark Orchid. HEX triplet: 97, 44 and D6. RGB value is (151,68,214). Sum of RGB (Red+Green+Blue) = 151+68+214=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #9744D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9744D6 is #68BB29. Grayscale: #6C6C6C. Windows color (decimal): -6863658 or 14042263. OLE color: 14042263.

HSL color Cylindrical-coordinate representation of color #9744D6: hue angle of 274.11º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9744D6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 68 214 -
CMYK 0.29 0.68 0 0.16
HSL 274.11º 0.64% 0.55% -
HSV(B) 274.11º 0.68% 0.84% -
XYZ 26.97 15.57 65.2 -
YUV 109.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 151 68 214 0.29 0.68 0 0.16 274.11 0.64 0.55
Hex 97 44 D6 1D 44 0 10 112 40 37
Octal 227 104 326 35 104 0 20 422 100 67
Binary 10010111 1000100 11010110 11101 1000100 0 10000 100010010 1000000 110111

Color Harmonies of #9744D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9744D6

Black with #9744D6

Text Example


Text Example

White with #9744D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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