Html Css Color HEX #9829AF Dark Orchid

📋 copy color: '#9829AF'

red 152 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #9829AF

Tints of Dark Orchid #9829AF

RGB

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

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

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

R = 41.3%
G = 11.14%
B = 47.55%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9829AF (or 0x9829AF) is known color: Dark Orchid. HEX triplet: 98, 29 and AF. RGB value is (152,41,175). Sum of RGB (Red+Green+Blue) = 152+41+175=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #9829AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9829AF is #67D650. Grayscale: #595959. Windows color (decimal): -6805073 or 11479448. OLE color: 11479448.

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

Color convert

RGB 152 41 175 -
CMYK 0.13 0.77 0 0.31
HSL 289.7º 0.62% 0.42% -
HSV(B) 289.7º 0.77% 0.69% -
XYZ 21.48 11.36 41.62 -
YUV 89.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 152 41 175 0.13 0.77 0 0.31 289.7 0.62 0.42
Hex 98 29 AF D 4D 0 1F 122 3E 2A
Octal 230 51 257 15 115 0 37 442 76 52
Binary 10011000 101001 10101111 1101 1001101 0 11111 100100010 111110 101010

Color Harmonies of #9829AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9829AF

Black with #9829AF

Text Example


Text Example

White with #9829AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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