Html Css Color HEX #9630AC Dark Orchid

📋 copy color: '#9630AC'

red 150 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #9630AC

Tints of Dark Orchid #9630AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 40.54%
G = 12.97%
B = 46.49%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9630AC (or 0x9630AC) is known color: Dark Orchid. HEX triplet: 96, 30 and AC. RGB value is (150,48,172). Sum of RGB (Red+Green+Blue) = 150+48+172=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #9630AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9630AC is #69CF53. Grayscale: #5C5C5C. Windows color (decimal): -6934356 or 11284630. OLE color: 11284630.

HSL color Cylindrical-coordinate representation of color #9630AC: hue angle of 289.35º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9630AC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 48 172 -
CMYK 0.13 0.72 0 0.33
HSL 289.35º 0.56% 0.43% -
HSV(B) 289.35º 0.72% 0.67% -
XYZ 21.08 11.58 40.15 -
YUV 92.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 150 48 172 0.13 0.72 0 0.33 289.35 0.56 0.43
Hex 96 30 AC D 48 0 21 121 38 2B
Octal 226 60 254 15 110 0 41 441 70 53
Binary 10010110 110000 10101100 1101 1001000 0 100001 100100001 111000 101011

Color Harmonies of #9630AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630AC

Black with #9630AC

Text Example


Text Example

White with #9630AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9630AC; }

 p { color: rgb(150,48,172); }

 H1.HeaderClassName
 {
   color: #9630AC;
 }
 .AnyTagClassName
 {
   color: #9630AC;
 }
</style>

background-color css

<style>
 a { background-color: #9630AC; }

 a { background-color: rgb(150,48,172); }

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

border-color css

<style>
 span { border-color: #9630AC; }

 span { border-color: rgb(150,48,172); }

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