Html Css Color HEX #9240BF Dark Orchid

📋 copy color: '#9240BF'

red 146 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #9240BF

Tints of Dark Orchid #9240BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 36.41%
G = 15.96%
B = 47.63%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9240BF (or 0x9240BF) is known color: Dark Orchid. HEX triplet: 92, 40 and BF. RGB value is (146,64,191). Sum of RGB (Red+Green+Blue) = 146+64+191=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #9240BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240BF is #6DBF40. Grayscale: #666666. Windows color (decimal): -7192385 or 12533906. OLE color: 12533906.

HSL color Cylindrical-coordinate representation of color #9240BF: hue angle of 278.74º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9240BF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 64 191 -
CMYK 0.24 0.66 0 0.25
HSL 278.74º 0.5% 0.5% -
HSV(B) 278.74º 0.66% 0.75% -
XYZ 23.09 13.54 50.69 -
YUV 103 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 146 64 191 0.24 0.66 0 0.25 278.74 0.5 0.5
Hex 92 40 BF 18 42 0 19 117 32 32
Octal 222 100 277 30 102 0 31 427 62 62
Binary 10010010 1000000 10111111 11000 1000010 0 11001 100010111 110010 110010

Color Harmonies of #9240BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240BF

Black with #9240BF

Text Example


Text Example

White with #9240BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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