Html Css Color HEX #9831DC Dark Orchid

📋 copy color: '#9831DC'

red 152 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #9831DC

Tints of Dark Orchid #9831DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.64%

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

R = 36.1%
G = 11.64%
B = 52.26%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9831DC (or 0x9831DC) is known color: Dark Orchid. HEX triplet: 98, 31 and DC. RGB value is (152,49,220). Sum of RGB (Red+Green+Blue) = 152+49+220=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #9831DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831DC is #67CE23. Grayscale: #626262. Windows color (decimal): -6802980 or 14430616. OLE color: 14430616.

HSL color Cylindrical-coordinate representation of color #9831DC: hue angle of 276.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9831DC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 49 220 -
CMYK 0.31 0.78 0 0.14
HSL 276.14º 0.71% 0.53% -
HSV(B) 276.14º 0.78% 0.86% -
XYZ 26.97 14.04 69 -
YUV 99.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 152 49 220 0.31 0.78 0 0.14 276.14 0.71 0.53
Hex 98 31 DC 1F 4E 0 E 114 47 35
Octal 230 61 334 37 116 0 16 424 107 65
Binary 10011000 110001 11011100 11111 1001110 0 1110 100010100 1000111 110101

Color Harmonies of #9831DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831DC

Black with #9831DC

Text Example


Text Example

White with #9831DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,49,220); }

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

background-color css

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

 a { background-color: rgb(152,49,220); }

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

border-color css

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

 span { border-color: rgb(152,49,220); }

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