Html Css Color HEX #9533B0 Dark Orchid

📋 copy color: '#9533B0'

red 149 ◦ green 51 ◦ blue 176

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

Shades of Dark Orchid #9533B0

Tints of Dark Orchid #9533B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.81%

R = 39.63%
G = 13.56%
B = 46.81%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9533B0 (or 0x9533B0) is known color: Dark Orchid. HEX triplet: 95, 33 and B0. RGB value is (149,51,176). Sum of RGB (Red+Green+Blue) = 149+51+176=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #9533B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9533B0 is #6ACC4F. Grayscale: #5E5E5E. Windows color (decimal): -6999120 or 11547541. OLE color: 11547541.

HSL color Cylindrical-coordinate representation of color #9533B0: hue angle of 287.04º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9533B0 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 51 176 -
CMYK 0.15 0.71 0 0.31
HSL 287.04º 0.55% 0.45% -
HSV(B) 287.04º 0.71% 0.69% -
XYZ 21.41 11.89 42.24 -
YUV 94.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 149 51 176 0.15 0.71 0 0.31 287.04 0.55 0.45
Hex 95 33 B0 F 47 0 1F 11F 37 2D
Octal 225 63 260 17 107 0 37 437 67 55
Binary 10010101 110011 10110000 1111 1000111 0 11111 100011111 110111 101101

Color Harmonies of #9533B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9533B0

Black with #9533B0

Text Example


Text Example

White with #9533B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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