Html Css Color HEX #9829BB Dark Orchid

📋 copy color: '#9829BB'

red 152 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #9829BB

Tints of Dark Orchid #9829BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

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

R = 40%
G = 10.79%
B = 49.21%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9829BB (or 0x9829BB) is known color: Dark Orchid. HEX triplet: 98, 29 and BB. RGB value is (152,41,187). Sum of RGB (Red+Green+Blue) = 152+41+187=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #9829BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829BB is #67D644. Grayscale: #5A5A5A. Windows color (decimal): -6805061 or 12265880. OLE color: 12265880.

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

Color convert

RGB 152 41 187 -
CMYK 0.19 0.78 0 0.27
HSL 285.62º 0.64% 0.45% -
HSV(B) 285.62º 0.78% 0.73% -
XYZ 22.71 11.85 48.1 -
YUV 90.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 152 41 187 0.19 0.78 0 0.27 285.62 0.64 0.45
Hex 98 29 BB 13 4E 0 1B 11E 40 2D
Octal 230 51 273 23 116 0 33 436 100 55
Binary 10011000 101001 10111011 10011 1001110 0 11011 100011110 1000000 101101

Color Harmonies of #9829BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9829BB

Black with #9829BB

Text Example


Text Example

White with #9829BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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