Html Css Color HEX #9824BE Dark Orchid

📋 copy color: '#9824BE'

red 152 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #9824BE

Tints of Dark Orchid #9824BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 40.21%
G = 9.52%
B = 50.26%

CMYK

 C value IS 0.2

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9824BE (or 0x9824BE) is known color: Dark Orchid. HEX triplet: 98, 24 and BE. RGB value is (152,36,190). Sum of RGB (Red+Green+Blue) = 152+36+190=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #9824BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824BE is #67DB41. Grayscale: #575757. Windows color (decimal): -6806338 or 12461208. OLE color: 12461208.

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

Color convert

RGB 152 36 190 -
CMYK 0.2 0.81 0 0.25
HSL 285.19º 0.68% 0.44% -
HSV(B) 285.19º 0.81% 0.75% -
XYZ 22.87 11.65 49.76 -
YUV 88.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 152 36 190 0.2 0.81 0 0.25 285.19 0.68 0.44
Hex 98 24 BE 14 51 0 19 11D 44 2C
Octal 230 44 276 24 121 0 31 435 104 54
Binary 10011000 100100 10111110 10100 1010001 0 11001 100011101 1000100 101100

Color Harmonies of #9824BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9824BE

Black with #9824BE

Text Example


Text Example

White with #9824BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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