Html Css Color HEX #9038B3 Dark Orchid

📋 copy color: '#9038B3'

red 144 ◦ green 56 ◦ blue 179

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

Shades of Dark Orchid #9038B3

Tints of Dark Orchid #9038B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 37.99%
G = 14.78%
B = 47.23%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9038B3 (or 0x9038B3) is known color: Dark Orchid. HEX triplet: 90, 38 and B3. RGB value is (144,56,179). Sum of RGB (Red+Green+Blue) = 144+56+179=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #9038B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9038B3 is #6FC74C. Grayscale: #5F5F5F. Windows color (decimal): -7325517 or 11745424. OLE color: 11745424.

HSL color Cylindrical-coordinate representation of color #9038B3: hue angle of 282.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9038B3 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 56 179 -
CMYK 0.20 0.69 0 0.30
HSL 282.93º 0.52% 0.46% -
HSV(B) 282.93º 0.69% 0.7% -
XYZ 21.05 12.01 43.86 -
YUV 96.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 144 56 179 0.20 0.69 0 0.30 282.93 0.52 0.46
Hex 90 38 B3 14 45 0 1E 11B 34 2E
Octal 220 70 263 24 105 0 36 433 64 56
Binary 10010000 111000 10110011 10100 1000101 0 11110 100011011 110100 101110

Color Harmonies of #9038B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9038B3

Black with #9038B3

Text Example


Text Example

White with #9038B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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