Html Css Color HEX #9640BE Dark Orchid

📋 copy color: '#9640BE'

red 150 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9640BE

Tints of Dark Orchid #9640BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 37.13%
G = 15.84%
B = 47.03%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9640BE (or 0x9640BE) is known color: Dark Orchid. HEX triplet: 96, 40 and BE. RGB value is (150,64,190). Sum of RGB (Red+Green+Blue) = 150+64+190=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #9640BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640BE is #69BF41. Grayscale: #676767. Windows color (decimal): -6930242 or 12468374. OLE color: 12468374.

HSL color Cylindrical-coordinate representation of color #9640BE: hue angle of 280.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9640BE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 64 190 -
CMYK 0.21 0.66 0 0.25
HSL 280.95º 0.5% 0.5% -
HSV(B) 280.95º 0.66% 0.75% -
XYZ 23.71 13.87 50.14 -
YUV 104.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 150 64 190 0.21 0.66 0 0.25 280.95 0.5 0.5
Hex 96 40 BE 15 42 0 19 119 32 32
Octal 226 100 276 25 102 0 31 431 62 62
Binary 10010110 1000000 10111110 10101 1000010 0 11001 100011001 110010 110010

Color Harmonies of #9640BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640BE

Black with #9640BE

Text Example


Text Example

White with #9640BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9640BE; }

 p { color: rgb(150,64,190); }

 H1.HeaderClassName
 {
   color: #9640BE;
 }
 .AnyTagClassName
 {
   color: #9640BE;
 }
</style>

background-color css

<style>
 a { background-color: #9640BE; }

 a { background-color: rgb(150,64,190); }

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

border-color css

<style>
 span { border-color: #9640BE; }

 span { border-color: rgb(150,64,190); }

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