Html Css Color HEX #9241CD Dark Orchid

📋 copy color: '#9241CD'

red 146 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #9241CD

Tints of Dark Orchid #9241CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 35.1%
G = 15.63%
B = 49.28%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9241CD (or 0x9241CD) is known color: Dark Orchid. HEX triplet: 92, 41 and CD. RGB value is (146,65,205). Sum of RGB (Red+Green+Blue) = 146+65+205=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #9241CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241CD is #6DBE32. Grayscale: #686868. Windows color (decimal): -7192115 or 13451666. OLE color: 13451666.

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

Color convert

RGB 146 65 205 -
CMYK 0.29 0.68 0 0.20
HSL 274.71º 0.58% 0.53% -
HSV(B) 274.71º 0.68% 0.8% -
XYZ 24.76 14.3 59.21 -
YUV 105.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 146 65 205 0.29 0.68 0 0.20 274.71 0.58 0.53
Hex 92 41 CD 1D 44 0 14 113 3A 35
Octal 222 101 315 35 104 0 24 423 72 65
Binary 10010010 1000001 11001101 11101 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9241CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9241CD

Black with #9241CD

Text Example


Text Example

White with #9241CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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