Html Css Color HEX #9523BF Dark Orchid

📋 copy color: '#9523BF'

red 149 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #9523BF

Tints of Dark Orchid #9523BF

RGB

 RED value IS 149 (58.59% from 255) = 39.73%

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 39.73%
G = 9.33%
B = 50.93%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9523BF (or 0x9523BF) is known color: Dark Orchid. HEX triplet: 95, 23 and BF. RGB value is (149,35,191). Sum of RGB (Red+Green+Blue) = 149+35+191=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #9523BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9523BF is #6ADC40. Grayscale: #565656. Windows color (decimal): -7003201 or 12526485. OLE color: 12526485.

HSL color Cylindrical-coordinate representation of color #9523BF: hue angle of 283.85º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9523BF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 35 191 -
CMYK 0.22 0.82 0 0.25
HSL 283.85º 0.69% 0.44% -
HSV(B) 283.85º 0.82% 0.75% -
XYZ 22.4 11.35 50.3 -
YUV 86.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 149 35 191 0.22 0.82 0 0.25 283.85 0.69 0.44
Hex 95 23 BF 16 52 0 19 11C 45 2C
Octal 225 43 277 26 122 0 31 434 105 54
Binary 10010101 100011 10111111 10110 1010010 0 11001 100011100 1000101 101100

Color Harmonies of #9523BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9523BF

Black with #9523BF

Text Example


Text Example

White with #9523BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9523BF; }

 p { color: rgb(149,35,191); }

 H1.HeaderClassName
 {
   color: #9523BF;
 }
 .AnyTagClassName
 {
   color: #9523BF;
 }
</style>

background-color css

<style>
 a { background-color: #9523BF; }

 a { background-color: rgb(149,35,191); }

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

border-color css

<style>
 span { border-color: #9523BF; }

 span { border-color: rgb(149,35,191); }

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