Html Css Color HEX #9241CE Dark Orchid

📋 copy color: '#9241CE'

red 146 ◦ green 65 ◦ blue 206

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

Shades of Dark Orchid #9241CE

Tints of Dark Orchid #9241CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 35.01%
G = 15.59%
B = 49.4%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9241CE (or 0x9241CE) is known color: Dark Orchid. HEX triplet: 92, 41 and CE. RGB value is (146,65,206). Sum of RGB (Red+Green+Blue) = 146+65+206=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #9241CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241CE is #6DBE31. Grayscale: #686868. Windows color (decimal): -7192114 or 13517202. OLE color: 13517202.

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

Color convert

RGB 146 65 206 -
CMYK 0.29 0.68 0 0.19
HSL 274.47º 0.59% 0.53% -
HSV(B) 274.47º 0.68% 0.81% -
XYZ 24.88 14.35 59.85 -
YUV 105.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 146 65 206 0.29 0.68 0 0.19 274.47 0.59 0.53
Hex 92 41 CE 1D 44 0 13 112 3B 35
Octal 222 101 316 35 104 0 23 422 73 65
Binary 10010010 1000001 11001110 11101 1000100 0 10011 100010010 111011 110101

Color Harmonies of #9241CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9241CE

Black with #9241CE

Text Example


Text Example

White with #9241CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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