Html Css Color HEX #9834AB Dark Orchid

📋 copy color: '#9834AB'

red 152 ◦ green 52 ◦ blue 171

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

Shades of Dark Orchid #9834AB

Tints of Dark Orchid #9834AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 40.53%
G = 13.87%
B = 45.6%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9834AB (or 0x9834AB) is known color: Dark Orchid. HEX triplet: 98, 34 and AB. RGB value is (152,52,171). Sum of RGB (Red+Green+Blue) = 152+52+171=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9834AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9834AB is #67CB54. Grayscale: #5F5F5F. Windows color (decimal): -6802261 or 11220120. OLE color: 11220120.

HSL color Cylindrical-coordinate representation of color #9834AB: hue angle of 290.42º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9834AB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 52 171 -
CMYK 0.11 0.70 0 0.33
HSL 290.42º 0.53% 0.44% -
HSV(B) 290.42º 0.7% 0.67% -
XYZ 21.53 12.07 39.72 -
YUV 95.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 152 52 171 0.11 0.70 0 0.33 290.42 0.53 0.44
Hex 98 34 AB B 46 0 21 122 35 2C
Octal 230 64 253 13 106 0 41 442 65 54
Binary 10011000 110100 10101011 1011 1000110 0 100001 100100010 110101 101100

Color Harmonies of #9834AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9834AB

Black with #9834AB

Text Example


Text Example

White with #9834AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9834AB; }

 p { color: rgb(152,52,171); }

 H1.HeaderClassName
 {
   color: #9834AB;
 }
 .AnyTagClassName
 {
   color: #9834AB;
 }
</style>

background-color css

<style>
 a { background-color: #9834AB; }

 a { background-color: rgb(152,52,171); }

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

border-color css

<style>
 span { border-color: #9834AB; }

 span { border-color: rgb(152,52,171); }

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