Html Css Color HEX #9446DC Dark Orchid

📋 copy color: '#9446DC'

red 148 ◦ green 70 ◦ blue 220

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

Shades of Dark Orchid #9446DC

Tints of Dark Orchid #9446DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 33.79%
G = 15.98%
B = 50.23%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9446DC (or 0x9446DC) is known color: Dark Orchid. HEX triplet: 94, 46 and DC. RGB value is (148,70,220). Sum of RGB (Red+Green+Blue) = 148+70+220=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #9446DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446DC is #6BB923. Grayscale: #6D6D6D. Windows color (decimal): -7059748 or 14435988. OLE color: 14435988.

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

Color convert

RGB 148 70 220 -
CMYK 0.33 0.68 0 0.14
HSL 271.2º 0.68% 0.57% -
HSV(B) 271.2º 0.68% 0.86% -
XYZ 27.32 15.84 69.33 -
YUV 110.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 148 70 220 0.33 0.68 0 0.14 271.2 0.68 0.57
Hex 94 46 DC 21 44 0 E 10F 44 39
Octal 224 106 334 41 104 0 16 417 104 71
Binary 10010100 1000110 11011100 100001 1000100 0 1110 100001111 1000100 111001

Color Harmonies of #9446DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446DC

Black with #9446DC

Text Example


Text Example

White with #9446DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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