Html Css Color HEX #9034C1 Dark Orchid

📋 copy color: '#9034C1'

red 144 ◦ green 52 ◦ blue 193

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

Shades of Dark Orchid #9034C1

Tints of Dark Orchid #9034C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 37.02%
G = 13.37%
B = 49.61%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9034C1 (or 0x9034C1) is known color: Dark Orchid. HEX triplet: 90, 34 and C1. RGB value is (144,52,193). Sum of RGB (Red+Green+Blue) = 144+52+193=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #9034C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9034C1 is #6FCB3E. Grayscale: #5F5F5F. Windows color (decimal): -7326527 or 12661904. OLE color: 12661904.

HSL color Cylindrical-coordinate representation of color #9034C1: hue angle of 279.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9034C1 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 52 193 -
CMYK 0.25 0.73 0 0.24
HSL 279.15º 0.58% 0.48% -
HSV(B) 279.15º 0.73% 0.76% -
XYZ 22.36 12.24 51.64 -
YUV 95.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 144 52 193 0.25 0.73 0 0.24 279.15 0.58 0.48
Hex 90 34 C1 19 49 0 18 117 3A 30
Octal 220 64 301 31 111 0 30 427 72 60
Binary 10010000 110100 11000001 11001 1001001 0 11000 100010111 111010 110000

Color Harmonies of #9034C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9034C1

Black with #9034C1

Text Example


Text Example

White with #9034C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9034C1; }

 p { color: rgb(144,52,193); }

 H1.HeaderClassName
 {
   color: #9034C1;
 }
 .AnyTagClassName
 {
   color: #9034C1;
 }
</style>

background-color css

<style>
 a { background-color: #9034C1; }

 a { background-color: rgb(144,52,193); }

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

border-color css

<style>
 span { border-color: #9034C1; }

 span { border-color: rgb(144,52,193); }

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