Html Css Color HEX #9949DA Dark Orchid

📋 copy color: '#9949DA'

red 153 ◦ green 73 ◦ blue 218

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

Shades of Dark Orchid #9949DA

Tints of Dark Orchid #9949DA

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 34.46%
G = 16.44%
B = 49.1%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9949DA (or 0x9949DA) is known color: Dark Orchid. HEX triplet: 99, 49 and DA. RGB value is (153,73,218). Sum of RGB (Red+Green+Blue) = 153+73+218=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #9949DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949DA is #66B625. Grayscale: #707070. Windows color (decimal): -6731302 or 14305689. OLE color: 14305689.

HSL color Cylindrical-coordinate representation of color #9949DA: hue angle of 273.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9949DA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 73 218 -
CMYK 0.30 0.67 0 0.15
HSL 273.1º 0.66% 0.57% -
HSV(B) 273.1º 0.67% 0.85% -
XYZ 28.17 16.6 68.05 -
YUV 113.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 153 73 218 0.30 0.67 0 0.15 273.1 0.66 0.57
Hex 99 49 DA 1E 43 0 F 111 42 39
Octal 231 111 332 36 103 0 17 421 102 71
Binary 10011001 1001001 11011010 11110 1000011 0 1111 100010001 1000010 111001

Color Harmonies of #9949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9949DA

Black with #9949DA

Text Example


Text Example

White with #9949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9949DA; }

 p { color: rgb(153,73,218); }

 H1.HeaderClassName
 {
   color: #9949DA;
 }
 .AnyTagClassName
 {
   color: #9949DA;
 }
</style>

background-color css

<style>
 a { background-color: #9949DA; }

 a { background-color: rgb(153,73,218); }

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

border-color css

<style>
 span { border-color: #9949DA; }

 span { border-color: rgb(153,73,218); }

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