Html Css Color HEX #9821AF Dark Orchid

📋 copy color: '#9821AF'

red 152 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #9821AF

Tints of Dark Orchid #9821AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 42.22%
G = 9.17%
B = 48.61%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9821AF (or 0x9821AF) is known color: Dark Orchid. HEX triplet: 98, 21 and AF. RGB value is (152,33,175). Sum of RGB (Red+Green+Blue) = 152+33+175=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #9821AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9821AF is #67DE50. Grayscale: #545454. Windows color (decimal): -6807121 or 11477400. OLE color: 11477400.

HSL color Cylindrical-coordinate representation of color #9821AF: hue angle of 290.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9821AF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 33 175 -
CMYK 0.13 0.81 0 0.31
HSL 290.28º 0.68% 0.41% -
HSV(B) 290.28º 0.81% 0.69% -
XYZ 21.23 10.86 41.53 -
YUV 84.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 152 33 175 0.13 0.81 0 0.31 290.28 0.68 0.41
Hex 98 21 AF D 51 0 1F 122 44 29
Octal 230 41 257 15 121 0 37 442 104 51
Binary 10011000 100001 10101111 1101 1010001 0 11111 100100010 1000100 101001

Color Harmonies of #9821AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9821AF

Black with #9821AF

Text Example


Text Example

White with #9821AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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