Html Css Color HEX #9240D0 Dark Orchid

📋 copy color: '#9240D0'

red 146 ◦ green 64 ◦ blue 208

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

Shades of Dark Orchid #9240D0

Tints of Dark Orchid #9240D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 34.93%
G = 15.31%
B = 49.76%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9240D0 (or 0x9240D0) is known color: Dark Orchid. HEX triplet: 92, 40 and D0. RGB value is (146,64,208). Sum of RGB (Red+Green+Blue) = 146+64+208=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #9240D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240D0 is #6DBF2F. Grayscale: #686868. Windows color (decimal): -7192368 or 13648018. OLE color: 13648018.

HSL color Cylindrical-coordinate representation of color #9240D0: hue angle of 274.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9240D0 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 64 208 -
CMYK 0.30 0.69 0 0.18
HSL 274.17º 0.61% 0.53% -
HSV(B) 274.17º 0.69% 0.82% -
XYZ 25.07 14.33 61.12 -
YUV 104.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 146 64 208 0.30 0.69 0 0.18 274.17 0.61 0.53
Hex 92 40 D0 1E 45 0 12 112 3D 35
Octal 222 100 320 36 105 0 22 422 75 65
Binary 10010010 1000000 11010000 11110 1000101 0 10010 100010010 111101 110101

Color Harmonies of #9240D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240D0

Black with #9240D0

Text Example


Text Example

White with #9240D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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