Html Css Color HEX #9749DD Dark Orchid

📋 copy color: '#9749DD'

red 151 ◦ green 73 ◦ blue 221

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

Shades of Dark Orchid #9749DD

Tints of Dark Orchid #9749DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.4%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 33.93%
G = 16.4%
B = 49.66%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9749DD (or 0x9749DD) is known color: Dark Orchid. HEX triplet: 97, 49 and DD. RGB value is (151,73,221). Sum of RGB (Red+Green+Blue) = 151+73+221=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #9749DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749DD is #68B622. Grayscale: #707070. Windows color (decimal): -6862371 or 14502295. OLE color: 14502295.

HSL color Cylindrical-coordinate representation of color #9749DD: hue angle of 271.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9749DD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 73 221 -
CMYK 0.32 0.67 0 0.13
HSL 271.62º 0.69% 0.58% -
HSV(B) 271.62º 0.67% 0.87% -
XYZ 28.2 16.56 70.12 -
YUV 113.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 151 73 221 0.32 0.67 0 0.13 271.62 0.69 0.58
Hex 97 49 DD 20 43 0 D 110 45 3A
Octal 227 111 335 40 103 0 15 420 105 72
Binary 10010111 1001001 11011101 100000 1000011 0 1101 100010000 1000101 111010

Color Harmonies of #9749DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749DD

Black with #9749DD

Text Example


Text Example

White with #9749DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9749DD; }

 p { color: rgb(151,73,221); }

 H1.HeaderClassName
 {
   color: #9749DD;
 }
 .AnyTagClassName
 {
   color: #9749DD;
 }
</style>

background-color css

<style>
 a { background-color: #9749DD; }

 a { background-color: rgb(151,73,221); }

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

border-color css

<style>
 span { border-color: #9749DD; }

 span { border-color: rgb(151,73,221); }

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