Html Css Color HEX #9636BA Dark Orchid

📋 copy color: '#9636BA'

red 150 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #9636BA

Tints of Dark Orchid #9636BA

RGB

 RED value IS 150 (58.98% from 255) = 38.46%

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 38.46%
G = 13.85%
B = 47.69%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9636BA (or 0x9636BA) is known color: Dark Orchid. HEX triplet: 96, 36 and BA. RGB value is (150,54,186). Sum of RGB (Red+Green+Blue) = 150+54+186=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9636BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9636BA is #69C945. Grayscale: #616161. Windows color (decimal): -6932806 or 12203670. OLE color: 12203670.

HSL color Cylindrical-coordinate representation of color #9636BA: hue angle of 283.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9636BA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 54 186 -
CMYK 0.19 0.71 0 0.27
HSL 283.64º 0.55% 0.47% -
HSV(B) 283.64º 0.71% 0.73% -
XYZ 22.76 12.67 47.7 -
YUV 97.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 150 54 186 0.19 0.71 0 0.27 283.64 0.55 0.47
Hex 96 36 BA 13 47 0 1B 11C 37 2F
Octal 226 66 272 23 107 0 33 434 67 57
Binary 10010110 110110 10111010 10011 1000111 0 11011 100011100 110111 101111

Color Harmonies of #9636BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9636BA

Black with #9636BA

Text Example


Text Example

White with #9636BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9636BA; }

 p { color: rgb(150,54,186); }

 H1.HeaderClassName
 {
   color: #9636BA;
 }
 .AnyTagClassName
 {
   color: #9636BA;
 }
</style>

background-color css

<style>
 a { background-color: #9636BA; }

 a { background-color: rgb(150,54,186); }

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

border-color css

<style>
 span { border-color: #9636BA; }

 span { border-color: rgb(150,54,186); }

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