Html Css Color HEX #9749DE Dark Orchid

📋 copy color: '#9749DE'

red 151 ◦ green 73 ◦ blue 222

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

Shades of Dark Orchid #9749DE

Tints of Dark Orchid #9749DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 33.86%
G = 16.37%
B = 49.78%

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

#9749DE (or 0x9749DE) is known color: Dark Orchid. HEX triplet: 97, 49 and DE. RGB value is (151,73,222). Sum of RGB (Red+Green+Blue) = 151+73+222=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #9749DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749DE is #68B621. Grayscale: #707070. Windows color (decimal): -6862370 or 14567831. OLE color: 14567831.

HSL color Cylindrical-coordinate representation of color #9749DE: hue angle of 271.41º 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 #9749DE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 73 222 -
CMYK 0.32 0.67 0 0.13
HSL 271.41º 0.69% 0.58% -
HSV(B) 271.41º 0.67% 0.87% -
XYZ 28.33 16.62 70.82 -
YUV 113.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 151 73 222 0.32 0.67 0 0.13 271.41 0.69 0.58
Hex 97 49 DE 20 43 0 D 10F 45 3A
Octal 227 111 336 40 103 0 15 417 105 72
Binary 10010111 1001001 11011110 100000 1000011 0 1101 100001111 1000101 111010

Color Harmonies of #9749DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749DE

Black with #9749DE

Text Example


Text Example

White with #9749DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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