Html Css Color HEX #9639BA Dark Orchid

📋 copy color: '#9639BA'

red 150 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #9639BA

Tints of Dark Orchid #9639BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.5%

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

R = 38.17%
G = 14.5%
B = 47.33%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9639BA (or 0x9639BA) is known color: Dark Orchid. HEX triplet: 96, 39 and BA. RGB value is (150,57,186). Sum of RGB (Red+Green+Blue) = 150+57+186=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #9639BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639BA is #69C645. Grayscale: #636363. Windows color (decimal): -6932038 or 12204438. OLE color: 12204438.

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

Color convert

RGB 150 57 186 -
CMYK 0.19 0.69 0 0.27
HSL 283.26º 0.53% 0.48% -
HSV(B) 283.26º 0.69% 0.73% -
XYZ 22.9 12.96 47.75 -
YUV 99.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 150 57 186 0.19 0.69 0 0.27 283.26 0.53 0.48
Hex 96 39 BA 13 45 0 1B 11B 35 30
Octal 226 71 272 23 105 0 33 433 65 60
Binary 10010110 111001 10111010 10011 1000101 0 11011 100011011 110101 110000

Color Harmonies of #9639BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9639BA

Black with #9639BA

Text Example


Text Example

White with #9639BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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