Html Css Color HEX #9828AB Dark Orchid

📋 copy color: '#9828AB'

red 152 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #9828AB

Tints of Dark Orchid #9828AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 41.87%
G = 11.02%
B = 47.11%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9828AB (or 0x9828AB) is known color: Dark Orchid. HEX triplet: 98, 28 and AB. RGB value is (152,40,171). Sum of RGB (Red+Green+Blue) = 152+40+171=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #9828AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9828AB is #67D754. Grayscale: #585858. Windows color (decimal): -6805333 or 11217048. OLE color: 11217048.

HSL color Cylindrical-coordinate representation of color #9828AB: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9828AB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 40 171 -
CMYK 0.11 0.77 0 0.33
HSL 291.3º 0.62% 0.41% -
HSV(B) 291.3º 0.77% 0.67% -
XYZ 21.06 11.13 39.57 -
YUV 88.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 152 40 171 0.11 0.77 0 0.33 291.3 0.62 0.41
Hex 98 28 AB B 4D 0 21 123 3E 29
Octal 230 50 253 13 115 0 41 443 76 51
Binary 10011000 101000 10101011 1011 1001101 0 100001 100100011 111110 101001

Color Harmonies of #9828AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9828AB

Black with #9828AB

Text Example


Text Example

White with #9828AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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