Html Css Color HEX #9641BF Dark Orchid

📋 copy color: '#9641BF'

red 150 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #9641BF

Tints of Dark Orchid #9641BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 191 (75% from 255) = 47.04%

R = 36.95%
G = 16.01%
B = 47.04%

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

#9641BF (or 0x9641BF) is known color: Dark Orchid. HEX triplet: 96, 41 and BF. RGB value is (150,65,191). Sum of RGB (Red+Green+Blue) = 150+65+191=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9641BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641BF is #69BE40. Grayscale: #686868. Windows color (decimal): -6929985 or 12534166. OLE color: 12534166.

HSL color Cylindrical-coordinate representation of color #9641BF: hue angle of 280.48º 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 #9641BF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 65 191 -
CMYK 0.21 0.66 0 0.25
HSL 280.48º 0.5% 0.5% -
HSV(B) 280.48º 0.66% 0.75% -
XYZ 23.87 14.03 50.74 -
YUV 104.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 150 65 191 0.21 0.66 0 0.25 280.48 0.5 0.5
Hex 96 41 BF 15 42 0 19 118 32 32
Octal 226 101 277 25 102 0 31 430 62 62
Binary 10010110 1000001 10111111 10101 1000010 0 11001 100011000 110010 110010

Color Harmonies of #9641BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9641BF

Black with #9641BF

Text Example


Text Example

White with #9641BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9641BF; }

 p { color: rgb(150,65,191); }

 H1.HeaderClassName
 {
   color: #9641BF;
 }
 .AnyTagClassName
 {
   color: #9641BF;
 }
</style>

background-color css

<style>
 a { background-color: #9641BF; }

 a { background-color: rgb(150,65,191); }

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

border-color css

<style>
 span { border-color: #9641BF; }

 span { border-color: rgb(150,65,191); }

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