Html Css Color HEX #9842DF Dark Orchid

📋 copy color: '#9842DF'

red 152 ◦ green 66 ◦ blue 223

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

Shades of Dark Orchid #9842DF

Tints of Dark Orchid #9842DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

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

R = 34.47%
G = 14.97%
B = 50.57%

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

#9842DF (or 0x9842DF) is known color: Dark Orchid. HEX triplet: 98, 42 and DF. RGB value is (152,66,223). Sum of RGB (Red+Green+Blue) = 152+66+223=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #9842DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9842DF is #67BD20. Grayscale: #6D6D6D. Windows color (decimal): -6798625 or 14631576. OLE color: 14631576.

HSL color Cylindrical-coordinate representation of color #9842DF: hue angle of 272.87º 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 #9842DF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 66 223 -
CMYK 0.32 0.70 0 0.13
HSL 272.87º 0.71% 0.57% -
HSV(B) 272.87º 0.7% 0.87% -
XYZ 28.22 15.9 71.39 -
YUV 109.61 191.99 158.23 -
System Red Green Blue C M Y K H S L
Decimal 152 66 223 0.32 0.70 0 0.13 272.87 0.71 0.57
Hex 98 42 DF 20 46 0 D 111 47 39
Octal 230 102 337 40 106 0 15 421 107 71
Binary 10011000 1000010 11011111 100000 1000110 0 1101 100010001 1000111 111001

Color Harmonies of #9842DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9842DF

Black with #9842DF

Text Example


Text Example

White with #9842DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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