Html Css Color HEX #9A47DB Dark Orchid

📋 copy color: '#9A47DB'

red 154 ◦ green 71 ◦ blue 219

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

Shades of Dark Orchid #9A47DB

Tints of Dark Orchid #9A47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.99%

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

R = 34.68%
G = 15.99%
B = 49.32%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A47DB (or 0x9A47DB) is known color: Dark Orchid. HEX triplet: 9A, 47 and DB. RGB value is (154,71,219). Sum of RGB (Red+Green+Blue) = 154+71+219=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A47DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A47DB is #65B824. Grayscale: #707070. Windows color (decimal): -6666277 or 14370714. OLE color: 14370714.

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

Color convert

RGB 154 71 219 -
CMYK 0.30 0.68 0 0.14
HSL 273.65º 0.67% 0.57% -
HSV(B) 273.65º 0.68% 0.86% -
XYZ 28.37 16.49 68.71 -
YUV 112.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 154 71 219 0.30 0.68 0 0.14 273.65 0.67 0.57
Hex 9A 47 DB 1E 44 0 E 112 43 39
Octal 232 107 333 36 104 0 16 422 103 71
Binary 10011010 1000111 11011011 11110 1000100 0 1110 100010010 1000011 111001

Color Harmonies of #9A47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A47DB

Black with #9A47DB

Text Example


Text Example

White with #9A47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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