Html Css Color HEX #9629BE Dark Orchid

📋 copy color: '#9629BE'

red 150 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #9629BE

Tints of Dark Orchid #9629BE

RGB

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

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

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

R = 39.37%
G = 10.76%
B = 49.87%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9629BE (or 0x9629BE) is known color: Dark Orchid. HEX triplet: 96, 29 and BE. RGB value is (150,41,190). Sum of RGB (Red+Green+Blue) = 150+41+190=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #9629BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9629BE is #69D641. Grayscale: #5A5A5A. Windows color (decimal): -6936130 or 12462486. OLE color: 12462486.

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

Color convert

RGB 150 41 190 -
CMYK 0.21 0.78 0 0.25
HSL 283.89º 0.65% 0.45% -
HSV(B) 283.89º 0.78% 0.75% -
XYZ 22.66 11.79 49.8 -
YUV 90.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 150 41 190 0.21 0.78 0 0.25 283.89 0.65 0.45
Hex 96 29 BE 15 4E 0 19 11C 41 2D
Octal 226 51 276 25 116 0 31 434 101 55
Binary 10010110 101001 10111110 10101 1001110 0 11001 100011100 1000001 101101

Color Harmonies of #9629BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9629BE

Black with #9629BE

Text Example


Text Example

White with #9629BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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