Html Css Color HEX #9627BC Dark Orchid

📋 copy color: '#9627BC'

red 150 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #9627BC

Tints of Dark Orchid #9627BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 39.79%
G = 10.34%
B = 49.87%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9627BC (or 0x9627BC) is known color: Dark Orchid. HEX triplet: 96, 27 and BC. RGB value is (150,39,188). Sum of RGB (Red+Green+Blue) = 150+39+188=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #9627BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627BC is #69D843. Grayscale: #585858. Windows color (decimal): -6936644 or 12330902. OLE color: 12330902.

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

Color convert

RGB 150 39 188 -
CMYK 0.20 0.79 0 0.26
HSL 284.7º 0.66% 0.45% -
HSV(B) 284.7º 0.79% 0.74% -
XYZ 22.38 11.57 48.63 -
YUV 89.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 150 39 188 0.20 0.79 0 0.26 284.7 0.66 0.45
Hex 96 27 BC 14 4F 0 1A 11D 42 2D
Octal 226 47 274 24 117 0 32 435 102 55
Binary 10010110 100111 10111100 10100 1001111 0 11010 100011101 1000010 101101

Color Harmonies of #9627BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627BC

Black with #9627BC

Text Example


Text Example

White with #9627BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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