Html Css Color HEX #9032BC Dark Orchid

📋 copy color: '#9032BC'

red 144 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #9032BC

Tints of Dark Orchid #9032BC

RGB

 RED value IS 144 (56.64% from 255) = 37.7%

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 37.7%
G = 13.09%
B = 49.21%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9032BC (or 0x9032BC) is known color: Dark Orchid. HEX triplet: 90, 32 and BC. RGB value is (144,50,188). Sum of RGB (Red+Green+Blue) = 144+50+188=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #9032BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9032BC is #6FCD43. Grayscale: #5D5D5D. Windows color (decimal): -7327044 or 12333712. OLE color: 12333712.

HSL color Cylindrical-coordinate representation of color #9032BC: hue angle of 280.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9032BC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 50 188 -
CMYK 0.23 0.73 0 0.26
HSL 280.87º 0.58% 0.47% -
HSV(B) 280.87º 0.73% 0.74% -
XYZ 21.72 11.84 48.72 -
YUV 93.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 144 50 188 0.23 0.73 0 0.26 280.87 0.58 0.47
Hex 90 32 BC 17 49 0 1A 119 3A 2F
Octal 220 62 274 27 111 0 32 431 72 57
Binary 10010000 110010 10111100 10111 1001001 0 11010 100011001 111010 101111

Color Harmonies of #9032BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9032BC

Black with #9032BC

Text Example


Text Example

White with #9032BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9032BC; }

 p { color: rgb(144,50,188); }

 H1.HeaderClassName
 {
   color: #9032BC;
 }
 .AnyTagClassName
 {
   color: #9032BC;
 }
</style>

background-color css

<style>
 a { background-color: #9032BC; }

 a { background-color: rgb(144,50,188); }

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

border-color css

<style>
 span { border-color: #9032BC; }

 span { border-color: rgb(144,50,188); }

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