Html Css Color HEX #9828BD Dark Orchid

📋 copy color: '#9828BD'

red 152 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #9828BD

Tints of Dark Orchid #9828BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 39.9%
G = 10.5%
B = 49.61%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9828BD (or 0x9828BD) is known color: Dark Orchid. HEX triplet: 98, 28 and BD. RGB value is (152,40,189). Sum of RGB (Red+Green+Blue) = 152+40+189=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #9828BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9828BD is #67D742. Grayscale: #595959. Windows color (decimal): -6805315 or 12396696. OLE color: 12396696.

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

Color convert

RGB 152 40 189 -
CMYK 0.20 0.79 0 0.26
HSL 285.1º 0.65% 0.45% -
HSV(B) 285.1º 0.79% 0.74% -
XYZ 22.89 11.87 49.23 -
YUV 90.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 152 40 189 0.20 0.79 0 0.26 285.1 0.65 0.45
Hex 98 28 BD 14 4F 0 1A 11D 41 2D
Octal 230 50 275 24 117 0 32 435 101 55
Binary 10011000 101000 10111101 10100 1001111 0 11010 100011101 1000001 101101

Color Harmonies of #9828BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9828BD

Black with #9828BD

Text Example


Text Example

White with #9828BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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