Html Css Color HEX #9034D6 Dark Orchid

📋 copy color: '#9034D6'

red 144 ◦ green 52 ◦ blue 214

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

Shades of Dark Orchid #9034D6

Tints of Dark Orchid #9034D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.2%

R = 35.12%
G = 12.68%
B = 52.2%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9034D6 (or 0x9034D6) is known color: Dark Orchid. HEX triplet: 90, 34 and D6. RGB value is (144,52,214). Sum of RGB (Red+Green+Blue) = 144+52+214=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #9034D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9034D6 is #6FCB29. Grayscale: #616161. Windows color (decimal): -7326506 or 14038160. OLE color: 14038160.

HSL color Cylindrical-coordinate representation of color #9034D6: hue angle of 274.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9034D6 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 52 214 -
CMYK 0.33 0.76 0 0.16
HSL 274.07º 0.66% 0.52% -
HSV(B) 274.07º 0.76% 0.84% -
XYZ 24.87 13.24 64.86 -
YUV 97.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 144 52 214 0.33 0.76 0 0.16 274.07 0.66 0.52
Hex 90 34 D6 21 4C 0 10 112 42 34
Octal 220 64 326 41 114 0 20 422 102 64
Binary 10010000 110100 11010110 100001 1001100 0 10000 100010010 1000010 110100

Color Harmonies of #9034D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9034D6

Black with #9034D6

Text Example


Text Example

White with #9034D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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