Html Css Color HEX #9241D7 Dark Orchid

📋 copy color: '#9241D7'

red 146 ◦ green 65 ◦ blue 215

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

Shades of Dark Orchid #9241D7

Tints of Dark Orchid #9241D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.26%

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 34.27%
G = 15.26%
B = 50.47%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9241D7 (or 0x9241D7) is known color: Dark Orchid. HEX triplet: 92, 41 and D7. RGB value is (146,65,215). Sum of RGB (Red+Green+Blue) = 146+65+215=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #9241D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241D7 is #6DBE28. Grayscale: #696969. Windows color (decimal): -7192105 or 14107026. OLE color: 14107026.

HSL color Cylindrical-coordinate representation of color #9241D7: hue angle of 272.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9241D7 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 65 215 -
CMYK 0.32 0.70 0 0.16
HSL 272.4º 0.65% 0.55% -
HSV(B) 272.4º 0.7% 0.84% -
XYZ 26.01 14.8 65.78 -
YUV 106.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 146 65 215 0.32 0.70 0 0.16 272.4 0.65 0.55
Hex 92 41 D7 20 46 0 10 110 41 37
Octal 222 101 327 40 106 0 20 420 101 67
Binary 10010010 1000001 11010111 100000 1000110 0 10000 100010000 1000001 110111

Color Harmonies of #9241D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9241D7

Black with #9241D7

Text Example


Text Example

White with #9241D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9241D7; }

 p { color: rgb(146,65,215); }

 H1.HeaderClassName
 {
   color: #9241D7;
 }
 .AnyTagClassName
 {
   color: #9241D7;
 }
</style>

background-color css

<style>
 a { background-color: #9241D7; }

 a { background-color: rgb(146,65,215); }

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

border-color css

<style>
 span { border-color: #9241D7; }

 span { border-color: rgb(146,65,215); }

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