Html Css Color HEX #9632BC Dark Orchid

📋 copy color: '#9632BC'

red 150 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #9632BC

Tints of Dark Orchid #9632BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 38.66%
G = 12.89%
B = 48.45%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9632BC (or 0x9632BC) is known color: Dark Orchid. HEX triplet: 96, 32 and BC. RGB value is (150,50,188). Sum of RGB (Red+Green+Blue) = 150+50+188=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #9632BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632BC is #69CD43. Grayscale: #5F5F5F. Windows color (decimal): -6933828 or 12333718. OLE color: 12333718.

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

Color convert

RGB 150 50 188 -
CMYK 0.20 0.73 0 0.26
HSL 283.48º 0.58% 0.47% -
HSV(B) 283.48º 0.73% 0.74% -
XYZ 22.8 12.4 48.77 -
YUV 95.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 150 50 188 0.20 0.73 0 0.26 283.48 0.58 0.47
Hex 96 32 BC 14 49 0 1A 11B 3A 2F
Octal 226 62 274 24 111 0 32 433 72 57
Binary 10010110 110010 10111100 10100 1001001 0 11010 100011011 111010 101111

Color Harmonies of #9632BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9632BC

Black with #9632BC

Text Example


Text Example

White with #9632BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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