Html Css Color HEX #9633BC Dark Orchid

📋 copy color: '#9633BC'

red 150 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #9633BC

Tints of Dark Orchid #9633BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 38.56%
G = 13.11%
B = 48.33%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9633BC (or 0x9633BC) is known color: Dark Orchid. HEX triplet: 96, 33 and BC. RGB value is (150,51,188). Sum of RGB (Red+Green+Blue) = 150+51+188=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #9633BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633BC is #69CC43. Grayscale: #5F5F5F. Windows color (decimal): -6933572 or 12333974. OLE color: 12333974.

HSL color Cylindrical-coordinate representation of color #9633BC: hue angle of 283.36º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9633BC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 51 188 -
CMYK 0.20 0.73 0 0.26
HSL 283.36º 0.57% 0.47% -
HSV(B) 283.36º 0.73% 0.74% -
XYZ 22.84 12.48 48.78 -
YUV 96.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 150 51 188 0.20 0.73 0 0.26 283.36 0.57 0.47
Hex 96 33 BC 14 49 0 1A 11B 39 2F
Octal 226 63 274 24 111 0 32 433 71 57
Binary 10010110 110011 10111100 10100 1001001 0 11010 100011011 111001 101111

Color Harmonies of #9633BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633BC

Black with #9633BC

Text Example


Text Example

White with #9633BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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