Html Css Color HEX #9849CF Dark Orchid

📋 copy color: '#9849CF'

red 152 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #9849CF

Tints of Dark Orchid #9849CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.9%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 35.19%
G = 16.9%
B = 47.92%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9849CF (or 0x9849CF) is known color: Dark Orchid. HEX triplet: 98, 49 and CF. RGB value is (152,73,207). Sum of RGB (Red+Green+Blue) = 152+73+207=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #9849CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849CF is #67B630. Grayscale: #6F6F6F. Windows color (decimal): -6796849 or 13584792. OLE color: 13584792.

HSL color Cylindrical-coordinate representation of color #9849CF: hue angle of 275.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9849CF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 73 207 -
CMYK 0.27 0.65 0 0.19
HSL 275.37º 0.58% 0.55% -
HSV(B) 275.37º 0.65% 0.81% -
XYZ 26.59 15.95 60.71 -
YUV 111.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 152 73 207 0.27 0.65 0 0.19 275.37 0.58 0.55
Hex 98 49 CF 1B 41 0 13 113 3A 37
Octal 230 111 317 33 101 0 23 423 72 67
Binary 10011000 1001001 11001111 11011 1000001 0 10011 100010011 111010 110111

Color Harmonies of #9849CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849CF

Black with #9849CF

Text Example


Text Example

White with #9849CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9849CF; }

 p { color: rgb(152,73,207); }

 H1.HeaderClassName
 {
   color: #9849CF;
 }
 .AnyTagClassName
 {
   color: #9849CF;
 }
</style>

background-color css

<style>
 a { background-color: #9849CF; }

 a { background-color: rgb(152,73,207); }

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

border-color css

<style>
 span { border-color: #9849CF; }

 span { border-color: rgb(152,73,207); }

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