Html Css Color HEX #903FCB Dark Orchid

📋 copy color: '#903FCB'

red 144 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #903FCB

Tints of Dark Orchid #903FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.37%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 35.12%
G = 15.37%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#903FCB (or 0x903FCB) is known color: Dark Orchid. HEX triplet: 90, 3F and CB. RGB value is (144,63,203). Sum of RGB (Red+Green+Blue) = 144+63+203=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #903FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FCB is #6FC034. Grayscale: #666666. Windows color (decimal): -7323701 or 13320080. OLE color: 13320080.

HSL color Cylindrical-coordinate representation of color #903FCB: hue angle of 274.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903FCB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 63 203 -
CMYK 0.29 0.69 0 0.20
HSL 274.71º 0.57% 0.52% -
HSV(B) 274.71º 0.69% 0.8% -
XYZ 24.06 13.8 57.89 -
YUV 103.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 144 63 203 0.29 0.69 0 0.20 274.71 0.57 0.52
Hex 90 3F CB 1D 45 0 14 113 39 34
Octal 220 77 313 35 105 0 24 423 71 64
Binary 10010000 111111 11001011 11101 1000101 0 10100 100010011 111001 110100

Color Harmonies of #903FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903FCB

Black with #903FCB

Text Example


Text Example

White with #903FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903FCB; }

 p { color: rgb(144,63,203); }

 H1.HeaderClassName
 {
   color: #903FCB;
 }
 .AnyTagClassName
 {
   color: #903FCB;
 }
</style>

background-color css

<style>
 a { background-color: #903FCB; }

 a { background-color: rgb(144,63,203); }

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

border-color css

<style>
 span { border-color: #903FCB; }

 span { border-color: rgb(144,63,203); }

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