Html Css Color HEX #9240CD Dark Orchid

📋 copy color: '#9240CD'

red 146 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #9240CD

Tints of Dark Orchid #9240CD

RGB

 RED value IS 146 (57.42% from 255) = 35.18%

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 35.18%
G = 15.42%
B = 49.4%

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

#9240CD (or 0x9240CD) is known color: Dark Orchid. HEX triplet: 92, 40 and CD. RGB value is (146,64,205). Sum of RGB (Red+Green+Blue) = 146+64+205=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #9240CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240CD is #6DBF32. Grayscale: #686868. Windows color (decimal): -7192371 or 13451410. OLE color: 13451410.

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

Color convert

RGB 146 64 205 -
CMYK 0.29 0.69 0 0.20
HSL 274.89º 0.59% 0.53% -
HSV(B) 274.89º 0.69% 0.8% -
XYZ 24.71 14.19 59.19 -
YUV 104.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 146 64 205 0.29 0.69 0 0.20 274.89 0.59 0.53
Hex 92 40 CD 1D 45 0 14 113 3B 35
Octal 222 100 315 35 105 0 24 423 73 65
Binary 10010010 1000000 11001101 11101 1000101 0 10100 100010011 111011 110101

Color Harmonies of #9240CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240CD

Black with #9240CD

Text Example


Text Example

White with #9240CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9240CD; }

 p { color: rgb(146,64,205); }

 H1.HeaderClassName
 {
   color: #9240CD;
 }
 .AnyTagClassName
 {
   color: #9240CD;
 }
</style>

background-color css

<style>
 a { background-color: #9240CD; }

 a { background-color: rgb(146,64,205); }

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

border-color css

<style>
 span { border-color: #9240CD; }

 span { border-color: rgb(146,64,205); }

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