Html Css Color HEX #9623AB Dark Orchid

📋 copy color: '#9623AB'

red 150 ◦ green 35 ◦ blue 171

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

Shades of Dark Orchid #9623AB

Tints of Dark Orchid #9623AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.83%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 42.13%
G = 9.83%
B = 48.03%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9623AB (or 0x9623AB) is known color: Dark Orchid. HEX triplet: 96, 23 and AB. RGB value is (150,35,171). Sum of RGB (Red+Green+Blue) = 150+35+171=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9623AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9623AB is #69DC54. Grayscale: #545454. Windows color (decimal): -6937685 or 11215766. OLE color: 11215766.

HSL color Cylindrical-coordinate representation of color #9623AB: hue angle of 290.74º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9623AB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 35 171 -
CMYK 0.12 0.80 0 0.33
HSL 290.74º 0.66% 0.4% -
HSV(B) 290.74º 0.8% 0.67% -
XYZ 20.53 10.63 39.5 -
YUV 84.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 150 35 171 0.12 0.80 0 0.33 290.74 0.66 0.4
Hex 96 23 AB C 50 0 21 123 42 28
Octal 226 43 253 14 120 0 41 443 102 50
Binary 10010110 100011 10101011 1100 1010000 0 100001 100100011 1000010 101000

Color Harmonies of #9623AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9623AB

Black with #9623AB

Text Example


Text Example

White with #9623AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9623AB; }

 p { color: rgb(150,35,171); }

 H1.HeaderClassName
 {
   color: #9623AB;
 }
 .AnyTagClassName
 {
   color: #9623AB;
 }
</style>

background-color css

<style>
 a { background-color: #9623AB; }

 a { background-color: rgb(150,35,171); }

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

border-color css

<style>
 span { border-color: #9623AB; }

 span { border-color: rgb(150,35,171); }

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