Html Css Color HEX #9629BB Dark Orchid

📋 copy color: '#9629BB'

red 150 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #9629BB

Tints of Dark Orchid #9629BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 39.68%
G = 10.85%
B = 49.47%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9629BB (or 0x9629BB) is known color: Dark Orchid. HEX triplet: 96, 29 and BB. RGB value is (150,41,187). Sum of RGB (Red+Green+Blue) = 150+41+187=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #9629BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9629BB is #69D644. Grayscale: #595959. Windows color (decimal): -6936133 or 12265878. OLE color: 12265878.

HSL color Cylindrical-coordinate representation of color #9629BB: hue angle of 284.79º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9629BB is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 41 187 -
CMYK 0.20 0.78 0 0.27
HSL 284.79º 0.64% 0.45% -
HSV(B) 284.79º 0.78% 0.73% -
XYZ 22.34 11.66 48.09 -
YUV 90.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 150 41 187 0.20 0.78 0 0.27 284.79 0.64 0.45
Hex 96 29 BB 14 4E 0 1B 11D 40 2D
Octal 226 51 273 24 116 0 33 435 100 55
Binary 10010110 101001 10111011 10100 1001110 0 11011 100011101 1000000 101101

Color Harmonies of #9629BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9629BB

Black with #9629BB

Text Example


Text Example

White with #9629BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9629BB; }

 p { color: rgb(150,41,187); }

 H1.HeaderClassName
 {
   color: #9629BB;
 }
 .AnyTagClassName
 {
   color: #9629BB;
 }
</style>

background-color css

<style>
 a { background-color: #9629BB; }

 a { background-color: rgb(150,41,187); }

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

border-color css

<style>
 span { border-color: #9629BB; }

 span { border-color: rgb(150,41,187); }

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