Html Css Color HEX #9032BE Dark Orchid

📋 copy color: '#9032BE'

red 144 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #9032BE

Tints of Dark Orchid #9032BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 37.5%
G = 13.02%
B = 49.48%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9032BE (or 0x9032BE) is known color: Dark Orchid. HEX triplet: 90, 32 and BE. RGB value is (144,50,190). Sum of RGB (Red+Green+Blue) = 144+50+190=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #9032BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9032BE is #6FCD41. Grayscale: #5D5D5D. Windows color (decimal): -7327042 or 12464784. OLE color: 12464784.

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

Color convert

RGB 144 50 190 -
CMYK 0.24 0.74 0 0.25
HSL 280.29º 0.58% 0.47% -
HSV(B) 280.29º 0.74% 0.75% -
XYZ 21.94 11.93 49.86 -
YUV 94.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 144 50 190 0.24 0.74 0 0.25 280.29 0.58 0.47
Hex 90 32 BE 18 4A 0 19 118 3A 2F
Octal 220 62 276 30 112 0 31 430 72 57
Binary 10010000 110010 10111110 11000 1001010 0 11001 100011000 111010 101111

Color Harmonies of #9032BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9032BE

Black with #9032BE

Text Example


Text Example

White with #9032BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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