Html Css Color HEX #9446DB Dark Orchid

📋 copy color: '#9446DB'

red 148 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #9446DB

Tints of Dark Orchid #9446DB

RGB

 RED value IS 148 (58.2% from 255) = 33.87%

 GREEN value IS 70 (27.73% from 255) = 16.02%

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

R = 33.87%
G = 16.02%
B = 50.11%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9446DB (or 0x9446DB) is known color: Dark Orchid. HEX triplet: 94, 46 and DB. RGB value is (148,70,219). Sum of RGB (Red+Green+Blue) = 148+70+219=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #9446DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446DB is #6BB924. Grayscale: #6D6D6D. Windows color (decimal): -7059749 or 14370452. OLE color: 14370452.

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

Color convert

RGB 148 70 219 -
CMYK 0.32 0.68 0 0.14
HSL 271.41º 0.67% 0.57% -
HSV(B) 271.41º 0.68% 0.86% -
XYZ 27.19 15.79 68.63 -
YUV 110.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 148 70 219 0.32 0.68 0 0.14 271.41 0.67 0.57
Hex 94 46 DB 20 44 0 E 10F 43 39
Octal 224 106 333 40 104 0 16 417 103 71
Binary 10010100 1000110 11011011 100000 1000100 0 1110 100001111 1000011 111001

Color Harmonies of #9446DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446DB

Black with #9446DB

Text Example


Text Example

White with #9446DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,70,219); }

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

background-color css

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

 a { background-color: rgb(148,70,219); }

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

border-color css

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

 span { border-color: rgb(148,70,219); }

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