Html Css Color HEX #903CCF Dark Orchid

📋 copy color: '#903CCF'

red 144 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #903CCF

Tints of Dark Orchid #903CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 35.04%
G = 14.6%
B = 50.36%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#903CCF (or 0x903CCF) is known color: Dark Orchid. HEX triplet: 90, 3C and CF. RGB value is (144,60,207). Sum of RGB (Red+Green+Blue) = 144+60+207=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #903CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CCF is #6FC330. Grayscale: #656565. Windows color (decimal): -7324465 or 13581456. OLE color: 13581456.

HSL color Cylindrical-coordinate representation of color #903CCF: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #903CCF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 60 207 -
CMYK 0.30 0.71 0 0.19
HSL 274.29º 0.6% 0.52% -
HSV(B) 274.29º 0.71% 0.81% -
XYZ 24.38 13.67 60.38 -
YUV 101.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 144 60 207 0.30 0.71 0 0.19 274.29 0.6 0.52
Hex 90 3C CF 1E 47 0 13 112 3C 34
Octal 220 74 317 36 107 0 23 422 74 64
Binary 10010000 111100 11001111 11110 1000111 0 10011 100010010 111100 110100

Color Harmonies of #903CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903CCF

Black with #903CCF

Text Example


Text Example

White with #903CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,60,207); }

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

background-color css

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

 a { background-color: rgb(144,60,207); }

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

border-color css

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

 span { border-color: rgb(144,60,207); }

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