Html Css Color HEX #9732B3 Dark Orchid

📋 copy color: '#9732B3'

red 151 ◦ green 50 ◦ blue 179

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

Shades of Dark Orchid #9732B3

Tints of Dark Orchid #9732B3

RGB

 RED value IS 151 (59.38% from 255) = 39.74%

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 39.74%
G = 13.16%
B = 47.11%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9732B3 (or 0x9732B3) is known color: Dark Orchid. HEX triplet: 97, 32 and B3. RGB value is (151,50,179). Sum of RGB (Red+Green+Blue) = 151+50+179=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #9732B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9732B3 is #68CD4C. Grayscale: #5E5E5E. Windows color (decimal): -6868301 or 11743895. OLE color: 11743895.

HSL color Cylindrical-coordinate representation of color #9732B3: hue angle of 286.98º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9732B3 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 50 179 -
CMYK 0.16 0.72 0 0.30
HSL 286.98º 0.56% 0.45% -
HSV(B) 286.98º 0.72% 0.7% -
XYZ 22.04 12.12 43.82 -
YUV 94.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 151 50 179 0.16 0.72 0 0.30 286.98 0.56 0.45
Hex 97 32 B3 10 48 0 1E 11F 38 2D
Octal 227 62 263 20 110 0 36 437 70 55
Binary 10010111 110010 10110011 10000 1001000 0 11110 100011111 111000 101101

Color Harmonies of #9732B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9732B3

Black with #9732B3

Text Example


Text Example

White with #9732B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9732B3; }

 p { color: rgb(151,50,179); }

 H1.HeaderClassName
 {
   color: #9732B3;
 }
 .AnyTagClassName
 {
   color: #9732B3;
 }
</style>

background-color css

<style>
 a { background-color: #9732B3; }

 a { background-color: rgb(151,50,179); }

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

border-color css

<style>
 span { border-color: #9732B3; }

 span { border-color: rgb(151,50,179); }

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