Html Css Color HEX #9831DB Dark Orchid

📋 copy color: '#9831DB'

red 152 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #9831DB

Tints of Dark Orchid #9831DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 36.19%
G = 11.67%
B = 52.14%

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

#9831DB (or 0x9831DB) is known color: Dark Orchid. HEX triplet: 98, 31 and DB. RGB value is (152,49,219). Sum of RGB (Red+Green+Blue) = 152+49+219=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9831DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831DB is #67CE24. Grayscale: #626262. Windows color (decimal): -6802981 or 14365080. OLE color: 14365080.

HSL color Cylindrical-coordinate representation of color #9831DB: hue angle of 276.35º degrees, saturation: 0.7, 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 #9831DB is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 49 219 -
CMYK 0.31 0.78 0 0.14
HSL 276.35º 0.7% 0.53% -
HSV(B) 276.35º 0.78% 0.86% -
XYZ 26.83 13.99 68.3 -
YUV 99.18 195.62 165.68 -
System Red Green Blue C M Y K H S L
Decimal 152 49 219 0.31 0.78 0 0.14 276.35 0.7 0.53
Hex 98 31 DB 1F 4E 0 E 114 46 35
Octal 230 61 333 37 116 0 16 424 106 65
Binary 10011000 110001 11011011 11111 1001110 0 1110 100010100 1000110 110101

Color Harmonies of #9831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831DB

Black with #9831DB

Text Example


Text Example

White with #9831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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