Html Css Color HEX #9821CC Dark Orchid

📋 copy color: '#9821CC'

red 152 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #9821CC

Tints of Dark Orchid #9821CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 39.07%
G = 8.48%
B = 52.44%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9821CC (or 0x9821CC) is known color: Dark Orchid. HEX triplet: 98, 21 and CC. RGB value is (152,33,204). Sum of RGB (Red+Green+Blue) = 152+33+204=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #9821CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821CC is #67DE33. Grayscale: #575757. Windows color (decimal): -6807092 or 13377944. OLE color: 13377944.

HSL color Cylindrical-coordinate representation of color #9821CC: hue angle of 281.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9821CC is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 33 204 -
CMYK 0.25 0.84 0 0.2
HSL 281.75º 0.72% 0.46% -
HSV(B) 281.75º 0.84% 0.8% -
XYZ 24.39 12.12 58.18 -
YUV 88.08 193.42 173.6 -
System Red Green Blue C M Y K H S L
Decimal 152 33 204 0.25 0.84 0 0.2 281.75 0.72 0.46
Hex 98 21 CC 19 54 0 14 11A 48 2E
Octal 230 41 314 31 124 0 24 432 110 56
Binary 10011000 100001 11001100 11001 1010100 0 10100 100011010 1001000 101110

Color Harmonies of #9821CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9821CC

Black with #9821CC

Text Example


Text Example

White with #9821CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9821CC; }

 p { color: rgb(152,33,204); }

 H1.HeaderClassName
 {
   color: #9821CC;
 }
 .AnyTagClassName
 {
   color: #9821CC;
 }
</style>

background-color css

<style>
 a { background-color: #9821CC; }

 a { background-color: rgb(152,33,204); }

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

border-color css

<style>
 span { border-color: #9821CC; }

 span { border-color: rgb(152,33,204); }

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