Html Css Color HEX #9833AF Dark Orchid

📋 copy color: '#9833AF'

red 152 ◦ green 51 ◦ blue 175

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

Shades of Dark Orchid #9833AF

Tints of Dark Orchid #9833AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.49%

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

R = 40.21%
G = 13.49%
B = 46.3%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9833AF (or 0x9833AF) is known color: Dark Orchid. HEX triplet: 98, 33 and AF. RGB value is (152,51,175). Sum of RGB (Red+Green+Blue) = 152+51+175=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #9833AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9833AF is #67CC50. Grayscale: #5E5E5E. Windows color (decimal): -6802513 or 11482008. OLE color: 11482008.

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

Color convert

RGB 152 51 175 -
CMYK 0.13 0.71 0 0.31
HSL 288.87º 0.55% 0.44% -
HSV(B) 288.87º 0.71% 0.69% -
XYZ 21.87 12.14 41.75 -
YUV 95.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 152 51 175 0.13 0.71 0 0.31 288.87 0.55 0.44
Hex 98 33 AF D 47 0 1F 121 37 2C
Octal 230 63 257 15 107 0 37 441 67 54
Binary 10011000 110011 10101111 1101 1000111 0 11111 100100001 110111 101100

Color Harmonies of #9833AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9833AF

Black with #9833AF

Text Example


Text Example

White with #9833AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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