Html Css Color HEX #9038CA Dark Orchid

📋 copy color: '#9038CA'

red 144 ◦ green 56 ◦ blue 202

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

Shades of Dark Orchid #9038CA

Tints of Dark Orchid #9038CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.93%

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

R = 35.82%
G = 13.93%
B = 50.25%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9038CA (or 0x9038CA) is known color: Dark Orchid. HEX triplet: 90, 38 and CA. RGB value is (144,56,202). Sum of RGB (Red+Green+Blue) = 144+56+202=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #9038CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9038CA is #6FC735. Grayscale: #626262. Windows color (decimal): -7325494 or 13252752. OLE color: 13252752.

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

Color convert

RGB 144 56 202 -
CMYK 0.29 0.72 0 0.21
HSL 276.16º 0.58% 0.51% -
HSV(B) 276.16º 0.72% 0.79% -
XYZ 23.58 13.02 57.15 -
YUV 98.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 144 56 202 0.29 0.72 0 0.21 276.16 0.58 0.51
Hex 90 38 CA 1D 48 0 15 114 3A 33
Octal 220 70 312 35 110 0 25 424 72 63
Binary 10010000 111000 11001010 11101 1001000 0 10101 100010100 111010 110011

Color Harmonies of #9038CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9038CA

Black with #9038CA

Text Example


Text Example

White with #9038CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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