Html Css Color HEX #9522BC Dark Orchid

📋 copy color: '#9522BC'

red 149 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #9522BC

Tints of Dark Orchid #9522BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 40.16%
G = 9.16%
B = 50.67%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9522BC (or 0x9522BC) is known color: Dark Orchid. HEX triplet: 95, 22 and BC. RGB value is (149,34,188). Sum of RGB (Red+Green+Blue) = 149+34+188=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #9522BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522BC is #6ADD43. Grayscale: #555555. Windows color (decimal): -7003460 or 12329621. OLE color: 12329621.

HSL color Cylindrical-coordinate representation of color #9522BC: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9522BC is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 34 188 -
CMYK 0.21 0.82 0 0.26
HSL 284.81º 0.69% 0.44% -
HSV(B) 284.81º 0.82% 0.74% -
XYZ 22.04 11.16 48.57 -
YUV 85.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 149 34 188 0.21 0.82 0 0.26 284.81 0.69 0.44
Hex 95 22 BC 15 52 0 1A 11D 45 2C
Octal 225 42 274 25 122 0 32 435 105 54
Binary 10010101 100010 10111100 10101 1010010 0 11010 100011101 1000101 101100

Color Harmonies of #9522BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9522BC

Black with #9522BC

Text Example


Text Example

White with #9522BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,34,188); }

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

background-color css

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

 a { background-color: rgb(149,34,188); }

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

border-color css

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

 span { border-color: rgb(149,34,188); }

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