Html Css Color HEX #9633BA Dark Orchid

📋 copy color: '#9633BA'

red 150 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #9633BA

Tints of Dark Orchid #9633BA

RGB

 RED value IS 150 (58.98% from 255) = 38.76%

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 38.76%
G = 13.18%
B = 48.06%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9633BA (or 0x9633BA) is known color: Dark Orchid. HEX triplet: 96, 33 and BA. RGB value is (150,51,186). Sum of RGB (Red+Green+Blue) = 150+51+186=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9633BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633BA is #69CC45. Grayscale: #5F5F5F. Windows color (decimal): -6933574 or 12202902. OLE color: 12202902.

HSL color Cylindrical-coordinate representation of color #9633BA: hue angle of 284º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9633BA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 51 186 -
CMYK 0.19 0.73 0 0.27
HSL 284º 0.57% 0.46% -
HSV(B) 284º 0.73% 0.73% -
XYZ 22.62 12.4 47.65 -
YUV 95.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 150 51 186 0.19 0.73 0 0.27 284 0.57 0.46
Hex 96 33 BA 13 49 0 1B 11C 39 2E
Octal 226 63 272 23 111 0 33 434 71 56
Binary 10010110 110011 10111010 10011 1001001 0 11011 100011100 111001 101110

Color Harmonies of #9633BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633BA

Black with #9633BA

Text Example


Text Example

White with #9633BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9633BA; }

 p { color: rgb(150,51,186); }

 H1.HeaderClassName
 {
   color: #9633BA;
 }
 .AnyTagClassName
 {
   color: #9633BA;
 }
</style>

background-color css

<style>
 a { background-color: #9633BA; }

 a { background-color: rgb(150,51,186); }

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

border-color css

<style>
 span { border-color: #9633BA; }

 span { border-color: rgb(150,51,186); }

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