Html Css Color HEX #9046CA Dark Orchid

📋 copy color: '#9046CA'

red 144 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #9046CA

Tints of Dark Orchid #9046CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 34.62%
G = 16.83%
B = 48.56%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9046CA (or 0x9046CA) is known color: Dark Orchid. HEX triplet: 90, 46 and CA. RGB value is (144,70,202). Sum of RGB (Red+Green+Blue) = 144+70+202=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9046CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9046CA is #6FB935. Grayscale: #6A6A6A. Windows color (decimal): -7321910 or 13256336. OLE color: 13256336.

HSL color Cylindrical-coordinate representation of color #9046CA: hue angle of 273.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9046CA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 70 202 -
CMYK 0.29 0.65 0 0.21
HSL 273.64º 0.55% 0.53% -
HSV(B) 273.64º 0.65% 0.79% -
XYZ 24.35 14.57 57.41 -
YUV 107.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 144 70 202 0.29 0.65 0 0.21 273.64 0.55 0.53
Hex 90 46 CA 1D 41 0 15 112 37 35
Octal 220 106 312 35 101 0 25 422 67 65
Binary 10010000 1000110 11001010 11101 1000001 0 10101 100010010 110111 110101

Color Harmonies of #9046CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9046CA

Black with #9046CA

Text Example


Text Example

White with #9046CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9046CA; }

 p { color: rgb(144,70,202); }

 H1.HeaderClassName
 {
   color: #9046CA;
 }
 .AnyTagClassName
 {
   color: #9046CA;
 }
</style>

background-color css

<style>
 a { background-color: #9046CA; }

 a { background-color: rgb(144,70,202); }

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

border-color css

<style>
 span { border-color: #9046CA; }

 span { border-color: rgb(144,70,202); }

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