Html Css Color HEX #9A44DB Dark Orchid

📋 copy color: '#9A44DB'

red 154 ◦ green 68 ◦ blue 219

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

Shades of Dark Orchid #9A44DB

Tints of Dark Orchid #9A44DB

RGB

 RED value IS 154 (60.55% from 255) = 34.92%

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

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

R = 34.92%
G = 15.42%
B = 49.66%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A44DB (or 0x9A44DB) is known color: Dark Orchid. HEX triplet: 9A, 44 and DB. RGB value is (154,68,219). Sum of RGB (Red+Green+Blue) = 154+68+219=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A44DB is #65BB24. Grayscale: #6E6E6E. Windows color (decimal): -6667045 or 14369946. OLE color: 14369946.

HSL color Cylindrical-coordinate representation of color #9A44DB: hue angle of 274.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A44DB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 68 219 -
CMYK 0.30 0.69 0 0.14
HSL 274.17º 0.68% 0.56% -
HSV(B) 274.17º 0.69% 0.86% -
XYZ 28.18 16.12 68.64 -
YUV 110.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 154 68 219 0.30 0.69 0 0.14 274.17 0.68 0.56
Hex 9A 44 DB 1E 45 0 E 112 44 38
Octal 232 104 333 36 105 0 16 422 104 70
Binary 10011010 1000100 11011011 11110 1000101 0 1110 100010010 1000100 111000

Color Harmonies of #9A44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A44DB

Black with #9A44DB

Text Example


Text Example

White with #9A44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A44DB; }

 p { color: rgb(154,68,219); }

 H1.HeaderClassName
 {
   color: #9A44DB;
 }
 .AnyTagClassName
 {
   color: #9A44DB;
 }
</style>

background-color css

<style>
 a { background-color: #9A44DB; }

 a { background-color: rgb(154,68,219); }

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

border-color css

<style>
 span { border-color: #9A44DB; }

 span { border-color: rgb(154,68,219); }

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