Html Css Color HEX #9246CA Dark Orchid

📋 copy color: '#9246CA'

red 146 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #9246CA

Tints of Dark Orchid #9246CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 34.93%
G = 16.75%
B = 48.33%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9246CA (or 0x9246CA) is known color: Dark Orchid. HEX triplet: 92, 46 and CA. RGB value is (146,70,202). Sum of RGB (Red+Green+Blue) = 146+70+202=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9246CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9246CA is #6DB935. Grayscale: #6B6B6B. Windows color (decimal): -7190838 or 13256338. OLE color: 13256338.

HSL color Cylindrical-coordinate representation of color #9246CA: hue angle of 274.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9246CA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 70 202 -
CMYK 0.28 0.65 0 0.21
HSL 274.55º 0.55% 0.53% -
HSV(B) 274.55º 0.65% 0.79% -
XYZ 24.7 14.76 57.42 -
YUV 107.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 146 70 202 0.28 0.65 0 0.21 274.55 0.55 0.53
Hex 92 46 CA 1C 41 0 15 113 37 35
Octal 222 106 312 34 101 0 25 423 67 65
Binary 10010010 1000110 11001010 11100 1000001 0 10101 100010011 110111 110101

Color Harmonies of #9246CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9246CA

Black with #9246CA

Text Example


Text Example

White with #9246CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9246CA; }

 p { color: rgb(146,70,202); }

 H1.HeaderClassName
 {
   color: #9246CA;
 }
 .AnyTagClassName
 {
   color: #9246CA;
 }
</style>

background-color css

<style>
 a { background-color: #9246CA; }

 a { background-color: rgb(146,70,202); }

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

border-color css

<style>
 span { border-color: #9246CA; }

 span { border-color: rgb(146,70,202); }

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