Html Css Color HEX #9749DB Dark Orchid

📋 copy color: '#9749DB'

red 151 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #9749DB

Tints of Dark Orchid #9749DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 34.09%
G = 16.48%
B = 49.44%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9749DB (or 0x9749DB) is known color: Dark Orchid. HEX triplet: 97, 49 and DB. RGB value is (151,73,219). Sum of RGB (Red+Green+Blue) = 151+73+219=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9749DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749DB is #68B624. Grayscale: #707070. Windows color (decimal): -6862373 or 14371223. OLE color: 14371223.

HSL color Cylindrical-coordinate representation of color #9749DB: hue angle of 272.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9749DB is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 73 219 -
CMYK 0.31 0.67 0 0.14
HSL 272.05º 0.67% 0.57% -
HSV(B) 272.05º 0.67% 0.86% -
XYZ 27.93 16.46 68.72 -
YUV 112.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 151 73 219 0.31 0.67 0 0.14 272.05 0.67 0.57
Hex 97 49 DB 1F 43 0 E 110 43 39
Octal 227 111 333 37 103 0 16 420 103 71
Binary 10010111 1001001 11011011 11111 1000011 0 1110 100010000 1000011 111001

Color Harmonies of #9749DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749DB

Black with #9749DB

Text Example


Text Example

White with #9749DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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