Html Css Color HEX #9831BE Dark Orchid

📋 copy color: '#9831BE'

red 152 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #9831BE

Tints of Dark Orchid #9831BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 38.87%
G = 12.53%
B = 48.59%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9831BE (or 0x9831BE) is known color: Dark Orchid. HEX triplet: 98, 31 and BE. RGB value is (152,49,190). Sum of RGB (Red+Green+Blue) = 152+49+190=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9831BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831BE is #67CE41. Grayscale: #5F5F5F. Windows color (decimal): -6803010 or 12464536. OLE color: 12464536.

HSL color Cylindrical-coordinate representation of color #9831BE: hue angle of 283.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9831BE is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 49 190 -
CMYK 0.2 0.74 0 0.25
HSL 283.83º 0.59% 0.47% -
HSV(B) 283.83º 0.74% 0.75% -
XYZ 23.34 12.59 49.92 -
YUV 95.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 152 49 190 0.2 0.74 0 0.25 283.83 0.59 0.47
Hex 98 31 BE 14 4A 0 19 11C 3B 2F
Octal 230 61 276 24 112 0 31 434 73 57
Binary 10011000 110001 10111110 10100 1001010 0 11001 100011100 111011 101111

Color Harmonies of #9831BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831BE

Black with #9831BE

Text Example


Text Example

White with #9831BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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