Html Css Color HEX #9630D1 Dark Orchid

📋 copy color: '#9630D1'

red 150 ◦ green 48 ◦ blue 209

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

Shades of Dark Orchid #9630D1

Tints of Dark Orchid #9630D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 36.86%
G = 11.79%
B = 51.35%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9630D1 (or 0x9630D1) is known color: Dark Orchid. HEX triplet: 96, 30 and D1. RGB value is (150,48,209). Sum of RGB (Red+Green+Blue) = 150+48+209=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #9630D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9630D1 is #69CF2E. Grayscale: #606060. Windows color (decimal): -6934319 or 13709462. OLE color: 13709462.

HSL color Cylindrical-coordinate representation of color #9630D1: hue angle of 278.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9630D1 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 48 209 -
CMYK 0.28 0.77 0 0.18
HSL 278.01º 0.64% 0.5% -
HSV(B) 278.01º 0.77% 0.82% -
XYZ 25.14 13.2 61.54 -
YUV 96.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 150 48 209 0.28 0.77 0 0.18 278.01 0.64 0.5
Hex 96 30 D1 1C 4D 0 12 116 40 32
Octal 226 60 321 34 115 0 22 426 100 62
Binary 10010110 110000 11010001 11100 1001101 0 10010 100010110 1000000 110010

Color Harmonies of #9630D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630D1

Black with #9630D1

Text Example


Text Example

White with #9630D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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