Html Css Color HEX #9844CE Dark Orchid

📋 copy color: '#9844CE'

red 152 ◦ green 68 ◦ blue 206

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

Shades of Dark Orchid #9844CE

Tints of Dark Orchid #9844CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 35.68%
G = 15.96%
B = 48.36%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9844CE (or 0x9844CE) is known color: Dark Orchid. HEX triplet: 98, 44 and CE. RGB value is (152,68,206). Sum of RGB (Red+Green+Blue) = 152+68+206=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #9844CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844CE is #67BB31. Grayscale: #6C6C6C. Windows color (decimal): -6798130 or 13517976. OLE color: 13517976.

HSL color Cylindrical-coordinate representation of color #9844CE: hue angle of 276.52º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9844CE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 68 206 -
CMYK 0.26 0.67 0 0.19
HSL 276.52º 0.58% 0.54% -
HSV(B) 276.52º 0.67% 0.81% -
XYZ 26.16 15.27 59.96 -
YUV 108.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 152 68 206 0.26 0.67 0 0.19 276.52 0.58 0.54
Hex 98 44 CE 1A 43 0 13 115 3A 36
Octal 230 104 316 32 103 0 23 425 72 66
Binary 10011000 1000100 11001110 11010 1000011 0 10011 100010101 111010 110110

Color Harmonies of #9844CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9844CE

Black with #9844CE

Text Example


Text Example

White with #9844CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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