Html Css Color HEX #9844DF Dark Orchid

📋 copy color: '#9844DF'

red 152 ◦ green 68 ◦ blue 223

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

Shades of Dark Orchid #9844DF

Tints of Dark Orchid #9844DF

RGB

 RED value IS 152 (59.77% from 255) = 34.31%

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 34.31%
G = 15.35%
B = 50.34%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9844DF (or 0x9844DF) is known color: Dark Orchid. HEX triplet: 98, 44 and DF. RGB value is (152,68,223). Sum of RGB (Red+Green+Blue) = 152+68+223=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #9844DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844DF is #67BB20. Grayscale: #6E6E6E. Windows color (decimal): -6798113 or 14632088. OLE color: 14632088.

HSL color Cylindrical-coordinate representation of color #9844DF: hue angle of 272.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9844DF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 68 223 -
CMYK 0.32 0.70 0 0.13
HSL 272.52º 0.71% 0.57% -
HSV(B) 272.52º 0.7% 0.87% -
XYZ 28.34 16.14 71.43 -
YUV 110.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 152 68 223 0.32 0.70 0 0.13 272.52 0.71 0.57
Hex 98 44 DF 20 46 0 D 111 47 39
Octal 230 104 337 40 106 0 15 421 107 71
Binary 10011000 1000100 11011111 100000 1000110 0 1101 100010001 1000111 111001

Color Harmonies of #9844DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9844DF

Black with #9844DF

Text Example


Text Example

White with #9844DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9844DF; }

 p { color: rgb(152,68,223); }

 H1.HeaderClassName
 {
   color: #9844DF;
 }
 .AnyTagClassName
 {
   color: #9844DF;
 }
</style>

background-color css

<style>
 a { background-color: #9844DF; }

 a { background-color: rgb(152,68,223); }

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

border-color css

<style>
 span { border-color: #9844DF; }

 span { border-color: rgb(152,68,223); }

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