Html Css Color HEX #9824BC Dark Orchid

📋 copy color: '#9824BC'

red 152 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #9824BC

Tints of Dark Orchid #9824BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.57%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 40.43%
G = 9.57%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9824BC (or 0x9824BC) is known color: Dark Orchid. HEX triplet: 98, 24 and BC. RGB value is (152,36,188). Sum of RGB (Red+Green+Blue) = 152+36+188=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #9824BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824BC is #67DB43. Grayscale: #575757. Windows color (decimal): -6806340 or 12330136. OLE color: 12330136.

HSL color Cylindrical-coordinate representation of color #9824BC: hue angle of 285.79º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9824BC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 36 188 -
CMYK 0.19 0.81 0 0.26
HSL 285.79º 0.68% 0.44% -
HSV(B) 285.79º 0.81% 0.74% -
XYZ 22.66 11.57 48.62 -
YUV 88.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 152 36 188 0.19 0.81 0 0.26 285.79 0.68 0.44
Hex 98 24 BC 13 51 0 1A 11E 44 2C
Octal 230 44 274 23 121 0 32 436 104 54
Binary 10011000 100100 10111100 10011 1010001 0 11010 100011110 1000100 101100

Color Harmonies of #9824BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9824BC

Black with #9824BC

Text Example


Text Example

White with #9824BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9824BC; }

 p { color: rgb(152,36,188); }

 H1.HeaderClassName
 {
   color: #9824BC;
 }
 .AnyTagClassName
 {
   color: #9824BC;
 }
</style>

background-color css

<style>
 a { background-color: #9824BC; }

 a { background-color: rgb(152,36,188); }

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

border-color css

<style>
 span { border-color: #9824BC; }

 span { border-color: rgb(152,36,188); }

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