Html Css Color HEX #9533BF Dark Orchid

📋 copy color: '#9533BF'

red 149 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #9533BF

Tints of Dark Orchid #9533BF

RGB

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

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

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

R = 38.11%
G = 13.04%
B = 48.85%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9533BF (or 0x9533BF) is known color: Dark Orchid. HEX triplet: 95, 33 and BF. RGB value is (149,51,191). Sum of RGB (Red+Green+Blue) = 149+51+191=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9533BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533BF is #6ACC40. Grayscale: #5F5F5F. Windows color (decimal): -6999105 or 12530581. OLE color: 12530581.

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

Color convert

RGB 149 51 191 -
CMYK 0.22 0.73 0 0.25
HSL 282º 0.58% 0.47% -
HSV(B) 282º 0.73% 0.75% -
XYZ 22.98 12.52 50.5 -
YUV 96.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 149 51 191 0.22 0.73 0 0.25 282 0.58 0.47
Hex 95 33 BF 16 49 0 19 11A 3A 2F
Octal 225 63 277 26 111 0 31 432 72 57
Binary 10010101 110011 10111111 10110 1001001 0 11001 100011010 111010 101111

Color Harmonies of #9533BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9533BF

Black with #9533BF

Text Example


Text Example

White with #9533BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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