Html Css Color HEX #9633BD Dark Orchid

📋 copy color: '#9633BD'

red 150 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #9633BD

Tints of Dark Orchid #9633BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 38.46%
G = 13.08%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9633BD (or 0x9633BD) is known color: Dark Orchid. HEX triplet: 96, 33 and BD. RGB value is (150,51,189). Sum of RGB (Red+Green+Blue) = 150+51+189=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #9633BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633BD is #69CC42. Grayscale: #5F5F5F. Windows color (decimal): -6933571 or 12399510. OLE color: 12399510.

HSL color Cylindrical-coordinate representation of color #9633BD: hue angle of 283.04º 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 #9633BD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 51 189 -
CMYK 0.21 0.73 0 0.26
HSL 283.04º 0.58% 0.47% -
HSV(B) 283.04º 0.73% 0.74% -
XYZ 22.95 12.53 49.35 -
YUV 96.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 150 51 189 0.21 0.73 0 0.26 283.04 0.58 0.47
Hex 96 33 BD 15 49 0 1A 11B 3A 2F
Octal 226 63 275 25 111 0 32 433 72 57
Binary 10010110 110011 10111101 10101 1001001 0 11010 100011011 111010 101111

Color Harmonies of #9633BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633BD

Black with #9633BD

Text Example


Text Example

White with #9633BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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