Html Css Color HEX #9828BB Dark Orchid

📋 copy color: '#9828BB'

red 152 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #9828BB

Tints of Dark Orchid #9828BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.55%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 40.11%
G = 10.55%
B = 49.34%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9828BB (or 0x9828BB) is known color: Dark Orchid. HEX triplet: 98, 28 and BB. RGB value is (152,40,187). Sum of RGB (Red+Green+Blue) = 152+40+187=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #9828BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9828BB is #67D744. Grayscale: #595959. Windows color (decimal): -6805317 or 12265624. OLE color: 12265624.

HSL color Cylindrical-coordinate representation of color #9828BB: hue angle of 285.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9828BB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 40 187 -
CMYK 0.19 0.79 0 0.27
HSL 285.71º 0.65% 0.45% -
HSV(B) 285.71º 0.79% 0.73% -
XYZ 22.68 11.78 48.09 -
YUV 90.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 152 40 187 0.19 0.79 0 0.27 285.71 0.65 0.45
Hex 98 28 BB 13 4F 0 1B 11E 41 2D
Octal 230 50 273 23 117 0 33 436 101 55
Binary 10011000 101000 10111011 10011 1001111 0 11011 100011110 1000001 101101

Color Harmonies of #9828BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9828BB

Black with #9828BB

Text Example


Text Example

White with #9828BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9828BB; }

 p { color: rgb(152,40,187); }

 H1.HeaderClassName
 {
   color: #9828BB;
 }
 .AnyTagClassName
 {
   color: #9828BB;
 }
</style>

background-color css

<style>
 a { background-color: #9828BB; }

 a { background-color: rgb(152,40,187); }

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

border-color css

<style>
 span { border-color: #9828BB; }

 span { border-color: rgb(152,40,187); }

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