Html Css Color HEX #9236D6 Dark Orchid

📋 copy color: '#9236D6'

red 146 ◦ green 54 ◦ blue 214

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

Shades of Dark Orchid #9236D6

Tints of Dark Orchid #9236D6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

 BLUE value IS 214 (83.98% from 255) = 51.69%

R = 35.27%
G = 13.04%
B = 51.69%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9236D6 (or 0x9236D6) is known color: Dark Orchid. HEX triplet: 92, 36 and D6. RGB value is (146,54,214). Sum of RGB (Red+Green+Blue) = 146+54+214=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #9236D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236D6 is #6DC929. Grayscale: #636363. Windows color (decimal): -7194922 or 14038674. OLE color: 14038674.

HSL color Cylindrical-coordinate representation of color #9236D6: hue angle of 274.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9236D6 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 54 214 -
CMYK 0.32 0.75 0 0.16
HSL 274.5º 0.66% 0.53% -
HSV(B) 274.5º 0.75% 0.84% -
XYZ 25.31 13.6 64.91 -
YUV 99.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 146 54 214 0.32 0.75 0 0.16 274.5 0.66 0.53
Hex 92 36 D6 20 4B 0 10 112 42 35
Octal 222 66 326 40 113 0 20 422 102 65
Binary 10010010 110110 11010110 100000 1001011 0 10000 100010010 1000010 110101

Color Harmonies of #9236D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9236D6

Black with #9236D6

Text Example


Text Example

White with #9236D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9236D6; }

 p { color: rgb(146,54,214); }

 H1.HeaderClassName
 {
   color: #9236D6;
 }
 .AnyTagClassName
 {
   color: #9236D6;
 }
</style>

background-color css

<style>
 a { background-color: #9236D6; }

 a { background-color: rgb(146,54,214); }

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

border-color css

<style>
 span { border-color: #9236D6; }

 span { border-color: rgb(146,54,214); }

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