Html Css Color HEX #9534CF Dark Orchid

📋 copy color: '#9534CF'

red 149 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #9534CF

Tints of Dark Orchid #9534CF

RGB

 RED value IS 149 (58.59% from 255) = 36.52%

 GREEN value IS 52 (20.7% from 255) = 12.75%

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 36.52%
G = 12.75%
B = 50.74%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9534CF (or 0x9534CF) is known color: Dark Orchid. HEX triplet: 95, 34 and CF. RGB value is (149,52,207). Sum of RGB (Red+Green+Blue) = 149+52+207=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #9534CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534CF is #6ACB30. Grayscale: #626262. Windows color (decimal): -6998833 or 13579413. OLE color: 13579413.

HSL color Cylindrical-coordinate representation of color #9534CF: hue angle of 277.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9534CF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 52 207 -
CMYK 0.28 0.75 0 0.19
HSL 277.55º 0.62% 0.51% -
HSV(B) 277.55º 0.75% 0.81% -
XYZ 24.88 13.35 60.3 -
YUV 98.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 149 52 207 0.28 0.75 0 0.19 277.55 0.62 0.51
Hex 95 34 CF 1C 4B 0 13 116 3E 33
Octal 225 64 317 34 113 0 23 426 76 63
Binary 10010101 110100 11001111 11100 1001011 0 10011 100010110 111110 110011

Color Harmonies of #9534CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534CF

Black with #9534CF

Text Example


Text Example

White with #9534CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9534CF; }

 p { color: rgb(149,52,207); }

 H1.HeaderClassName
 {
   color: #9534CF;
 }
 .AnyTagClassName
 {
   color: #9534CF;
 }
</style>

background-color css

<style>
 a { background-color: #9534CF; }

 a { background-color: rgb(149,52,207); }

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

border-color css

<style>
 span { border-color: #9534CF; }

 span { border-color: rgb(149,52,207); }

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