Html Css Color HEX #9533BD Dark Orchid

📋 copy color: '#9533BD'

red 149 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #9533BD

Tints of Dark Orchid #9533BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 38.3%
G = 13.11%
B = 48.59%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9533BD (or 0x9533BD) is known color: Dark Orchid. HEX triplet: 95, 33 and BD. RGB value is (149,51,189). Sum of RGB (Red+Green+Blue) = 149+51+189=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #9533BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533BD is #6ACC42. Grayscale: #5F5F5F. Windows color (decimal): -6999107 or 12399509. OLE color: 12399509.

HSL color Cylindrical-coordinate representation of color #9533BD: hue angle of 282.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9533BD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 51 189 -
CMYK 0.21 0.73 0 0.26
HSL 282.61º 0.58% 0.47% -
HSV(B) 282.61º 0.73% 0.74% -
XYZ 22.76 12.43 49.34 -
YUV 96.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 149 51 189 0.21 0.73 0 0.26 282.61 0.58 0.47
Hex 95 33 BD 15 49 0 1A 11B 3A 2F
Octal 225 63 275 25 111 0 32 433 72 57
Binary 10010101 110011 10111101 10101 1001001 0 11010 100011011 111010 101111

Color Harmonies of #9533BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9533BD

Black with #9533BD

Text Example


Text Example

White with #9533BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9533BD; }

 p { color: rgb(149,51,189); }

 H1.HeaderClassName
 {
   color: #9533BD;
 }
 .AnyTagClassName
 {
   color: #9533BD;
 }
</style>

background-color css

<style>
 a { background-color: #9533BD; }

 a { background-color: rgb(149,51,189); }

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

border-color css

<style>
 span { border-color: #9533BD; }

 span { border-color: rgb(149,51,189); }

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