Html Css Color HEX #9829C0 Dark Orchid

📋 copy color: '#9829C0'

red 152 ◦ green 41 ◦ blue 192

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

Shades of Dark Orchid #9829C0

Tints of Dark Orchid #9829C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 39.48%
G = 10.65%
B = 49.87%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9829C0 (or 0x9829C0) is known color: Dark Orchid. HEX triplet: 98, 29 and C0. RGB value is (152,41,192). Sum of RGB (Red+Green+Blue) = 152+41+192=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #9829C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829C0 is #67D63F. Grayscale: #5A5A5A. Windows color (decimal): -6805056 or 12593560. OLE color: 12593560.

HSL color Cylindrical-coordinate representation of color #9829C0: hue angle of 284.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9829C0 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 41 192 -
CMYK 0.21 0.79 0 0.25
HSL 284.11º 0.65% 0.46% -
HSV(B) 284.11º 0.79% 0.75% -
XYZ 23.26 12.07 50.97 -
YUV 91.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 152 41 192 0.21 0.79 0 0.25 284.11 0.65 0.46
Hex 98 29 C0 15 4F 0 19 11C 41 2E
Octal 230 51 300 25 117 0 31 434 101 56
Binary 10011000 101001 11000000 10101 1001111 0 11001 100011100 1000001 101110

Color Harmonies of #9829C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9829C0

Black with #9829C0

Text Example


Text Example

White with #9829C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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