Html Css Color HEX #9632BE Dark Orchid

📋 copy color: '#9632BE'

red 150 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #9632BE

Tints of Dark Orchid #9632BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 38.46%
G = 12.82%
B = 48.72%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9632BE (or 0x9632BE) is known color: Dark Orchid. HEX triplet: 96, 32 and BE. RGB value is (150,50,190). Sum of RGB (Red+Green+Blue) = 150+50+190=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #9632BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632BE is #69CD41. Grayscale: #5F5F5F. Windows color (decimal): -6933826 or 12464790. OLE color: 12464790.

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

Color convert

RGB 150 50 190 -
CMYK 0.21 0.74 0 0.25
HSL 282.86º 0.58% 0.47% -
HSV(B) 282.86º 0.74% 0.75% -
XYZ 23.01 12.48 49.91 -
YUV 95.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 150 50 190 0.21 0.74 0 0.25 282.86 0.58 0.47
Hex 96 32 BE 15 4A 0 19 11B 3A 2F
Octal 226 62 276 25 112 0 31 433 72 57
Binary 10010110 110010 10111110 10101 1001010 0 11001 100011011 111010 101111

Color Harmonies of #9632BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9632BE

Black with #9632BE

Text Example


Text Example

White with #9632BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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