Html Css Color HEX #9820C8 Dark Orchid

📋 copy color: '#9820C8'

red 152 ◦ green 32 ◦ blue 200

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

Shades of Dark Orchid #9820C8

Tints of Dark Orchid #9820C8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

 BLUE value IS 200 (78.52% from 255) = 52.08%

R = 39.58%
G = 8.33%
B = 52.08%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9820C8 (or 0x9820C8) is known color: Dark Orchid. HEX triplet: 98, 20 and C8. RGB value is (152,32,200). Sum of RGB (Red+Green+Blue) = 152+32+200=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #9820C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820C8 is #67DF37. Grayscale: #565656. Windows color (decimal): -6807352 or 13115544. OLE color: 13115544.

HSL color Cylindrical-coordinate representation of color #9820C8: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9820C8 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 32 200 -
CMYK 0.24 0.84 0 0.22
HSL 282.86º 0.72% 0.45% -
HSV(B) 282.86º 0.84% 0.78% -
XYZ 23.89 11.88 55.68 -
YUV 87.03 191.76 174.34 -
System Red Green Blue C M Y K H S L
Decimal 152 32 200 0.24 0.84 0 0.22 282.86 0.72 0.45
Hex 98 20 C8 18 54 0 16 11B 48 2D
Octal 230 40 310 30 124 0 26 433 110 55
Binary 10011000 100000 11001000 11000 1010100 0 10110 100011011 1001000 101101

Color Harmonies of #9820C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9820C8

Black with #9820C8

Text Example


Text Example

White with #9820C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9820C8; }

 p { color: rgb(152,32,200); }

 H1.HeaderClassName
 {
   color: #9820C8;
 }
 .AnyTagClassName
 {
   color: #9820C8;
 }
</style>

background-color css

<style>
 a { background-color: #9820C8; }

 a { background-color: rgb(152,32,200); }

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

border-color css

<style>
 span { border-color: #9820C8; }

 span { border-color: rgb(152,32,200); }

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