Html Css Color HEX #9832DA Dark Orchid

📋 copy color: '#9832DA'

red 152 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #9832DA

Tints of Dark Orchid #9832DA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 36.19%
G = 11.9%
B = 51.9%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9832DA (or 0x9832DA) is known color: Dark Orchid. HEX triplet: 98, 32 and DA. RGB value is (152,50,218). Sum of RGB (Red+Green+Blue) = 152+50+218=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #9832DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9832DA is #67CD25. Grayscale: #636363. Windows color (decimal): -6802726 or 14299800. OLE color: 14299800.

HSL color Cylindrical-coordinate representation of color #9832DA: hue angle of 276.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9832DA is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 50 218 -
CMYK 0.30 0.77 0 0.15
HSL 276.43º 0.69% 0.53% -
HSV(B) 276.43º 0.77% 0.85% -
XYZ 26.74 14.02 67.63 -
YUV 99.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 152 50 218 0.30 0.77 0 0.15 276.43 0.69 0.53
Hex 98 32 DA 1E 4D 0 F 114 45 35
Octal 230 62 332 36 115 0 17 424 105 65
Binary 10011000 110010 11011010 11110 1001101 0 1111 100010100 1000101 110101

Color Harmonies of #9832DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9832DA

Black with #9832DA

Text Example


Text Example

White with #9832DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9832DA; }

 p { color: rgb(152,50,218); }

 H1.HeaderClassName
 {
   color: #9832DA;
 }
 .AnyTagClassName
 {
   color: #9832DA;
 }
</style>

background-color css

<style>
 a { background-color: #9832DA; }

 a { background-color: rgb(152,50,218); }

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

border-color css

<style>
 span { border-color: #9832DA; }

 span { border-color: rgb(152,50,218); }

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