Html Css Color HEX #9A33B8 Dark Orchid

📋 copy color: '#9A33B8'

red 154 ◦ green 51 ◦ blue 184

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

Shades of Dark Orchid #9A33B8

Tints of Dark Orchid #9A33B8

RGB

 RED value IS 154 (60.55% from 255) = 39.59%

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

 BLUE value IS 184 (72.27% from 255) = 47.3%

R = 39.59%
G = 13.11%
B = 47.3%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9A33B8 (or 0x9A33B8) is known color: Dark Orchid. HEX triplet: 9A, 33 and B8. RGB value is (154,51,184). Sum of RGB (Red+Green+Blue) = 154+51+184=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A33B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A33B8 is #65CC47. Grayscale: #606060. Windows color (decimal): -6671432 or 12071834. OLE color: 12071834.

HSL color Cylindrical-coordinate representation of color #9A33B8: hue angle of 286.47º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A33B8 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 51 184 -
CMYK 0.16 0.72 0 0.28
HSL 286.47º 0.57% 0.46% -
HSV(B) 286.47º 0.72% 0.72% -
XYZ 23.16 12.7 46.58 -
YUV 96.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 154 51 184 0.16 0.72 0 0.28 286.47 0.57 0.46
Hex 9A 33 B8 10 48 0 1C 11E 39 2E
Octal 232 63 270 20 110 0 34 436 71 56
Binary 10011010 110011 10111000 10000 1001000 0 11100 100011110 111001 101110

Color Harmonies of #9A33B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A33B8

Black with #9A33B8

Text Example


Text Example

White with #9A33B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A33B8; }

 p { color: rgb(154,51,184); }

 H1.HeaderClassName
 {
   color: #9A33B8;
 }
 .AnyTagClassName
 {
   color: #9A33B8;
 }
</style>

background-color css

<style>
 a { background-color: #9A33B8; }

 a { background-color: rgb(154,51,184); }

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

border-color css

<style>
 span { border-color: #9A33B8; }

 span { border-color: rgb(154,51,184); }

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