Html Css Color HEX #9533DA Dark Orchid

📋 copy color: '#9533DA'

red 149 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #9533DA

Tints of Dark Orchid #9533DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 35.65%
G = 12.2%
B = 52.15%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9533DA (or 0x9533DA) is known color: Dark Orchid. HEX triplet: 95, 33 and DA. RGB value is (149,51,218). Sum of RGB (Red+Green+Blue) = 149+51+218=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #9533DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533DA is #6ACC25. Grayscale: #626262. Windows color (decimal): -6999078 or 14300053. OLE color: 14300053.

HSL color Cylindrical-coordinate representation of color #9533DA: hue angle of 275.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9533DA is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 51 218 -
CMYK 0.32 0.77 0 0.15
HSL 275.21º 0.69% 0.53% -
HSV(B) 275.21º 0.77% 0.85% -
XYZ 26.23 13.82 67.61 -
YUV 99.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 149 51 218 0.32 0.77 0 0.15 275.21 0.69 0.53
Hex 95 33 DA 20 4D 0 F 113 45 35
Octal 225 63 332 40 115 0 17 423 105 65
Binary 10010101 110011 11011010 100000 1001101 0 1111 100010011 1000101 110101

Color Harmonies of #9533DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9533DA

Black with #9533DA

Text Example


Text Example

White with #9533DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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