Html Css Color HEX #9240CF Dark Orchid

📋 copy color: '#9240CF'

red 146 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9240CF

Tints of Dark Orchid #9240CF

RGB

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

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

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

R = 35.01%
G = 15.35%
B = 49.64%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9240CF (or 0x9240CF) is known color: Dark Orchid. HEX triplet: 92, 40 and CF. RGB value is (146,64,207). Sum of RGB (Red+Green+Blue) = 146+64+207=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #9240CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240CF is #6DBF30. Grayscale: #686868. Windows color (decimal): -7192369 or 13582482. OLE color: 13582482.

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

Color convert

RGB 146 64 207 -
CMYK 0.29 0.69 0 0.19
HSL 274.41º 0.6% 0.53% -
HSV(B) 274.41º 0.69% 0.81% -
XYZ 24.95 14.28 60.47 -
YUV 104.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 146 64 207 0.29 0.69 0 0.19 274.41 0.6 0.53
Hex 92 40 CF 1D 45 0 13 112 3C 35
Octal 222 100 317 35 105 0 23 422 74 65
Binary 10010010 1000000 11001111 11101 1000101 0 10011 100010010 111100 110101

Color Harmonies of #9240CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240CF

Black with #9240CF

Text Example


Text Example

White with #9240CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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