Html Css Color HEX #9243CE Dark Orchid

📋 copy color: '#9243CE'

red 146 ◦ green 67 ◦ blue 206

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

Shades of Dark Orchid #9243CE

Tints of Dark Orchid #9243CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.99%

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

R = 34.84%
G = 15.99%
B = 49.16%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9243CE (or 0x9243CE) is known color: Dark Orchid. HEX triplet: 92, 43 and CE. RGB value is (146,67,206). Sum of RGB (Red+Green+Blue) = 146+67+206=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #9243CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243CE is #6DBC31. Grayscale: #696969. Windows color (decimal): -7191602 or 13517714. OLE color: 13517714.

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

Color convert

RGB 146 67 206 -
CMYK 0.29 0.67 0 0.19
HSL 274.1º 0.59% 0.54% -
HSV(B) 274.1º 0.67% 0.81% -
XYZ 25 14.58 59.89 -
YUV 106.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 146 67 206 0.29 0.67 0 0.19 274.1 0.59 0.54
Hex 92 43 CE 1D 43 0 13 112 3B 36
Octal 222 103 316 35 103 0 23 422 73 66
Binary 10010010 1000011 11001110 11101 1000011 0 10011 100010010 111011 110110

Color Harmonies of #9243CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9243CE

Black with #9243CE

Text Example


Text Example

White with #9243CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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